ThemeStateProperty.IsShaderPropertyType(ThemePropertyTypes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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