Class InteractableActivateTheme
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public class InteractableActivateTheme : InteractableThemeBase
Constructors
InteractableActivateTheme()
Declaration
public InteractableActivateTheme()
Methods
GetProperty(InteractableThemeProperty)
Declaration
public override InteractableThemePropertyValue GetProperty(InteractableThemeProperty property)
Parameters
Type | Name | Description |
---|---|---|
InteractableThemeProperty | property |
Returns
Type | Description |
---|---|
InteractableThemePropertyValue |
Overrides
SetValue(InteractableThemeProperty, Int32, Single)
Declaration
public override void SetValue(InteractableThemeProperty property, int index, float percentage)
Parameters
Type | Name | Description |
---|---|---|
InteractableThemeProperty | property | |
Int32 | index | |
Single | percentage |