Class CGMeshResourceCollection
- Namespace
- FluffyUnderware.Curvy.Generator
Collection of Mesh Resources
[Serializable]
public class CGMeshResourceCollection : ICGResourceCollection
- Inheritance
-
CGMeshResourceCollection
- Implements
Fields
Items
The list of mesh resources
public List<CGMeshResource> Items
Field Value
Properties
Count
Gets the number of items
public int Count { get; }
Property Value
ItemsArray
Gets the items as a Component array
public Component[] ItemsArray { get; }
Property Value
- Component[]