HierarchicalStateOverrideComponent.TintColor Property

Definition

The color to use for tinting the meshes below this node.

public:
 property Microsoft::Azure::RemoteRendering::Color4Ub TintColor { Microsoft::Azure::RemoteRendering::Color4Ub get(); void set(Microsoft::Azure::RemoteRendering::Color4Ub value); };
public Microsoft.Azure.RemoteRendering.Color4Ub TintColor { get; set; }
member this.TintColor : Microsoft.Azure.RemoteRendering.Color4Ub with get, set
Public Property TintColor As Color4Ub

Property Value

Remarks

The tint color is only used if the UseTintColorState is set to ForceOn.

Applies to