MixedRealityControllerVisualizationProfile.DefaultControllerModelMaterial Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use PlatformModelMaterial instead.
The default controller model material when loading platform SDK controller models. This value is used as a fallback if no controller definition exists with a custom material type.
public:
property UnityEngine::Material ^ DefaultControllerModelMaterial { UnityEngine::Material ^ get(); };
public UnityEngine.Material DefaultControllerModelMaterial { get; }
[System.Obsolete("Use PlatformModelMaterial instead.")]
public UnityEngine.Material DefaultControllerModelMaterial { get; }
member this.DefaultControllerModelMaterial : UnityEngine.Material
[<System.Obsolete("Use PlatformModelMaterial instead.")>]
member this.DefaultControllerModelMaterial : UnityEngine.Material
Public ReadOnly Property DefaultControllerModelMaterial As Material
Property Value
UnityEngine.Material
- Attributes