Class CGSpots
- Namespace
- FluffyUnderware.Curvy.Generator
A collection of CGSpot
[CGDataInfo(0.96, 0.96, 0.96, 1)]
public class CGSpots : CGData
- Inheritance
-
CGSpots
- Inherited Members
Constructors
CGSpots()
public CGSpots()
CGSpots(params CGSpot[])
public CGSpots(params CGSpot[] points)
Parameters
pointsCGSpot[]
CGSpots(CGSpots)
public CGSpots(CGSpots source)
Parameters
sourceCGSpots
CGSpots(List<CGSpot>)
public CGSpots(List<CGSpot> spots)
Parameters
CGSpots(params List<CGSpot>[])
public CGSpots(params List<CGSpot>[] spots)
Parameters
CGSpots(SubArray<CGSpot>)
public CGSpots(SubArray<CGSpot> spots)
Parameters
Properties
Count
public override int Count { get; }
Property Value
Spots
List of spots
public SubArray<CGSpot> Spots { get; set; }
Property Value
Remarks
Setting a new SubArray<T> will Free(SubArray<T>) the current SubArray<T> instance
Methods
Clone<T>()
public override T Clone<T>() where T : CGData
Returns
- T
Type Parameters
T
Dispose(bool)
protected override bool Dispose(bool disposing)
Parameters
disposingbool