Struct DarkLightIconPair
Namespace: Unity.MARS
Syntax
[Serializable]
public struct DarkLightIconPair
Properties
Dark
Declaration
public Texture2D Dark { get; }
Property Value
Type | Description |
---|---|
Texture2D |
Icon
Declaration
public Texture2D Icon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
Light
Declaration
public Texture2D Light { get; }
Property Value
Type | Description |
---|---|
Texture2D |