Class CGGameObjectResourceCollection
- Namespace
- FluffyUnderware.Curvy.Generator
Collection of GameObject resources
[Serializable]
public class CGGameObjectResourceCollection : ICGResourceCollection
- Inheritance
-
CGGameObjectResourceCollection
- Implements
Fields
Items
public List<Transform> Items
Field Value
- List<Transform>
PoolNames
public List<string> PoolNames
Field Value
Properties
Count
public int Count { get; }
Property Value
ItemsArray
public Component[] ItemsArray { get; }
Property Value
- Component[]