Class CGGameObjectResourceCollection
- Namespace
- FluffyUnderware.Curvy.Generator
Collection of GameObject resources
[Serializable]
public class CGGameObjectResourceCollection : ICGResourceCollection
- Inheritance
-
CGGameObjectResourceCollection
- Implements
Fields
Items
The list of resource transforms
public List<Transform> Items
Field Value
- List<Transform>
PoolNames
The pool names associated with each item
public List<string> PoolNames
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[]