Class ThemeProperty
A simple property with name, tooltip, value and type, used for serialization The custom settings are used in themes to expose properties needed to enhance theme functionality
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ThemeProperty
Fields
Name
Displayed as Label in Inspector
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Tooltip
Tooltip associated with Name
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
String |
Type
inner type for that property
Declaration
public ThemePropertyTypes Type
Field Value
Type | Description |
---|---|
ThemePropertyTypes |
Value
inner value, filled for corresponding Type
Declaration
public ThemePropertyValue Value
Field Value
Type | Description |
---|---|
ThemePropertyValue |