ThemeStateProperty.IsShaderPropertyType(ThemePropertyTypes) Method

Definition

Utility function that determines if the passed property type is supported for shader targeting

public:
 static bool IsShaderPropertyType(Microsoft::MixedReality::Toolkit::UI::ThemePropertyTypes type);
public static bool IsShaderPropertyType (Microsoft.MixedReality.Toolkit.UI.ThemePropertyTypes type);
static member IsShaderPropertyType : Microsoft.MixedReality.Toolkit.UI.ThemePropertyTypes -> bool
Public Shared Function IsShaderPropertyType (type As ThemePropertyTypes) As Boolean

Parameters

type
ThemePropertyTypes

type of property value

Returns

true if property type supports shader targeting, false otherwise

Applies to