UxrMaterialMode Enumeration
The material modes supported by UxrAnimatedMaterial. It can animate the object’s instanced material or all the objects that share the same material.
Namespace: UltimateXR.Animation.Materials
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrMaterialMode
Members
Member name | Value | Description | |
---|---|---|---|
InstanceOnly | 0 | Animate this instance of the material only. | |
Shared | 1 | Animate the material, so that all renderers that share the same material are affected too. |