InteractableColorTheme.TrySetTextMeshColor Method

Definition

Try to set color on TextMesh If false, no TextMesh was found

protected:
 bool TrySetTextMeshColor(UnityEngine::Color color, Microsoft::MixedReality::Toolkit::UI::ThemeStateProperty ^ property, int index, float percentage);
protected bool TrySetTextMeshColor (UnityEngine.Color color, Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty property, int index, float percentage);
member this.TrySetTextMeshColor : UnityEngine.Color * Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty * int * single -> bool
Protected Function TrySetTextMeshColor (color As Color, property As ThemeStateProperty, index As Integer, percentage As Single) As Boolean

Parameters

color
UnityEngine.Color

Color to try to set

index
Int32
percentage
Single

Returns

true if successfully set color on TextMesh

Applies to