Table of Contents

Class CGMeshResourceCollection

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

List<CGMeshResource>

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[]