MixedRealityDiagnosticsProfile.DefaultInstancedMaterial 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.
A material that the diagnostics system can use to render objects with instanced color support. A asset reference is required here to make sure the shader permutation is pulled into player builds.
public:
property UnityEngine::Material ^ DefaultInstancedMaterial { UnityEngine::Material ^ get(); };
public UnityEngine.Material DefaultInstancedMaterial { get; }
member this.DefaultInstancedMaterial : UnityEngine.Material
Public ReadOnly Property DefaultInstancedMaterial As Material
Property Value
UnityEngine.Material