Class MeshRendererListPopulator
Utility component to populate a MeshRendererList
with MeshRenderers in the scene.
Inheritance
System.Object
MeshRendererListPopulator
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class MeshRendererListPopulator : MonoBehaviour
Fields
items
The array of objects to populate the ReferenceList
with.
Declaration
public MeshRenderer[] items
Field Value
Type | Description |
---|---|
MeshRenderer[] |
referenceList
The ReferenceList
to be populated by this component.
Declaration
public MeshRendererList referenceList
Field Value
Type | Description |
---|---|
MeshRendererList |