Interface IMaterialInstanceOwner
Optional interface to use with objects which need to take ownership of Material
Namespace: Microsoft.MixedReality.Toolkit.Rendering
Assembly: cs.temp.dll.dll
Syntax
public interface IMaterialInstanceOwner
Methods
OnMaterialChanged(MaterialInstance)
Method which is invoked by a Material
Declaration
void OnMaterialChanged(MaterialInstance materialInstance)
Parameters
Type | Name | Description |
---|---|---|
Material |
materialInstance | The material instance which contains the updated materials. |