Class Theme
Theme scriptableObject for loading theme settings
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
public class Theme : ScriptableObject
Fields
CustomSettings
Declaration
public List<InteractableThemePropertyValue> CustomSettings
Field Value
Type | Description |
---|---|
List<InteractableThemePropertyValue> |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Settings
Declaration
public List<InteractableThemePropertySettings> Settings
Field Value
Type | Description |
---|---|
List<InteractableThemePropertySettings> |
States
Declaration
public States States
Field Value
Type | Description |
---|---|
States |
Methods
GetStates()
Declaration
public State[] GetStates()
Returns
Type | Description |
---|---|
State[] |