Table of Contents

Class CGGameObjectResourceCollection

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

List<string>

Properties

Count

Gets the number of items

public int Count { get; }

Property Value

int

ItemsArray

Gets the items as a Component array

public Component[] ItemsArray { get; }

Property Value

Component[]