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 nameValueDescription
InstanceOnly0Animate this instance of the material only.
Shared1Animate the material, so that all renderers that share the same material are affected too.

See Also

Reference

UltimateXR.Animation.Materials Namespace