Table of Contents

Class CGGameObjectResourceCollection

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

List<string>

Properties

Count

public int Count { get; }

Property Value

int

ItemsArray

public Component[] ItemsArray { get; }

Property Value

Component[]