Struct ChunkBounds
Assembly: fwt.hexterrains.dll
Syntax
public struct ChunkBounds
Fields
Bounds_Center
Declaration
public Bounds Bounds_Center
Field Value
Bounds_E
Declaration
Field Value
Bounds_N
Declaration
Field Value
Bounds_NE
Declaration
Field Value
Bounds_NW
Declaration
Field Value
Bounds_S
Declaration
Field Value
Bounds_SE
Declaration
Field Value
Bounds_SW
Declaration
Field Value
Bounds_W
Declaration
Field Value
Properties
this[int]
Returns bounds by index in grid 3x3 with Bounds_Center in center
and Bounds_{Direction} by direction in that grid accordingly;
0 - NW, 1 - N, 2 - NE, 3 - W, 4 - center, 5 - E, 6 - SW, 7 - S, 8 - SE
Declaration
public Bounds this[int gridIndex] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
gridIndex |
|
Property Value
Extension Methods