Class InteractableCustomSetting
A simple property with name 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 InteractableCustomSetting
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Type
Declaration
public InteractableThemePropertyValueTypes Type
Field Value
Type | Description |
---|---|
InteractableThemePropertyValueTypes |
Value
Declaration
public InteractableThemePropertyValue Value
Field Value
Type | Description |
---|---|
InteractableThemePropertyValue |