Struct UserToolDataSourceSettings
Inherited Members
Namespace: Fwt.HexTerrains.UserTools.Data
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct UserToolDataSourceSettings
Fields
Description
Declaration
public string Description
Field Value
| Type | Description |
|---|---|
| string |
IconColor
Declaration
public Color IconColor
Field Value
| Type | Description |
|---|---|
| Color |
IconSprite
Declaration
public Sprite IconSprite
Field Value
| Type | Description |
|---|---|
| Sprite |
IconTexture
Declaration
public Texture2D IconTexture
Field Value
| Type | Description |
|---|---|
| Texture2D |
IsSelectable
Declaration
public bool IsSelectable
Field Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Properties
Default
Declaration
public static UserToolDataSourceSettings Default { get; }
Property Value
| Type | Description |
|---|---|
| UserToolDataSourceSettings |