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 nameValueDescription
Int0Integer value.
Float1Single floating point value.
Vector22Vector2 value representing two floating points.
Vector33Vector3 value representing three floating points.
Vector44Vector4 value representing four floating points.
Color5Color represented by 4 values RGBA.

See Also

Reference

UltimateXR.Animation.Materials Namespace