InteractableColorTheme.TrySetRendererColor Method

Definition

Try to set color on a renderer should just return true - falling back to base

protected:
 bool TrySetRendererColor(UnityEngine::Color color, Microsoft::MixedReality::Toolkit::UI::ThemeStateProperty ^ property, int index, float percentage);
protected bool TrySetRendererColor (UnityEngine.Color color, Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty property, int index, float percentage);
member this.TrySetRendererColor : UnityEngine.Color * Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty * int * single -> bool
Protected Function TrySetRendererColor (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 Renderer

Applies to