UxrMaterialParameterType Enumeration
Material parameter types that can be animated by UxrAnimatedMaterial.
Namespace: UltimateXR.Animation.Materials
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrMaterialParameterType
Members
Member name | Value | Description | |
---|---|---|---|
Int | 0 | Integer value. | |
Float | 1 | Single floating point value. | |
Vector2 | 2 | Vector2 value representing two floating points. | |
Vector3 | 3 | Vector3 value representing three floating points. | |
Vector4 | 4 | Vector4 value representing four floating points. | |
Color | 5 | Color represented by 4 values RGBA. |