Class MaterialsVariantsComponent
Wraps a MaterialsVariantsControl and provides access to it.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: GLTFast
Assembly: glTFast.dll
Syntax
public class MaterialsVariantsComponent : MonoBehaviour
Properties
Control
Materials variants control instance.
Declaration
public MaterialsVariantsControl Control { get; set; }
Property Value
Type | Description |
---|---|
MaterialsVariantsControl |