Class MeshRendererReferencePopulator
Utility component to populate a MeshRendererReference with a MeshRenderer in the scene.
Inheritance
System.Object
MeshRendererReferencePopulator
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class MeshRendererReferencePopulator : MonoBehaviour
Fields
item
The object to populate the ReferenceItem with.
Declaration
public MeshRenderer item
Field Value
| Type | Description |
|---|---|
| MeshRenderer |
referenceItem
The ReferenceItem to be populated by this component.
Declaration
public MeshRendererReference referenceItem
Field Value
| Type | Description |
|---|---|
| MeshRendererReference |