Class InteractableTextureTheme
Theme Engine to change the texture on a GameObject based on state changes
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public class InteractableTextureTheme : InteractableShaderTheme
Constructors
InteractableTextureTheme()
Declaration
public InteractableTextureTheme()
Fields
DefaultShaderProperty
Declaration
protected const string DefaultShaderProperty = "_MainTex"
Field Value
Type | Description |
---|---|
String |
Properties
IsEasingSupported
Indicates whether the current Theme engine implementation supports easing between state values
Declaration
public override bool IsEasingSupported { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
GetDefaultThemeDefinition()
Generates the default theme definition configuration for the current theme implementation
Declaration
public override ThemeDefinition GetDefaultThemeDefinition()
Returns
Type | Description |
---|---|
ThemeDefinition | Default ThemeDefinition to initialize with the current theme engine implementation |