Class AssetSwapUtility.Theme
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class Theme
Fields
Assets
The assets that represent the theme.
Declaration
public List<object> Assets
Field Value
Type | Description |
---|---|
List<Object> |
Name
The name of the theme (for the user only).
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |