Struct HexTerrainBrush
Brush data. Contains brush size, opacity, color and visibility.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Fwt.HexTerrains.Brushes
Assembly: fwt.hexterrains.dll
Syntax
public struct HexTerrainBrush : IComponentData, IQueryTypeParameter
Fields
Color
Declaration
public Color32 Color
Field Value
| Type | Description |
|---|---|
| Color32 |
IsResizable
Declaration
public bool IsResizable
Field Value
| Type | Description |
|---|---|
| bool |
IsVisible
Declaration
public bool IsVisible
Field Value
| Type | Description |
|---|---|
| bool |
Opacity
Declaration
public float Opacity
Field Value
| Type | Description |
|---|---|
| float |
Size
Declaration
public int Size
Field Value
| Type | Description |
|---|---|
| int |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter