Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
FlatTriGrid(TCell) Class
FlatTriGrid(TCell) Methods
ArrayPointFromGridPoint Method
BeginShape Method
CalculateStorage Method
CloneStructure(TNewCellType) Method
Default Method
DefaultContains Method
DownTriangle Method
GridPointFromArrayPoint Method
Hexagon Method
MakeEdgeGrid(TNewCell) Method
MakePoint Method
MakeUnderlyingGrid Method
MakeVertexGrid(TNewCell) Method
ParallelogramXY Method
ParallelogramXZ Method
Rectangle Method
Single Method
SingleGroup Method
Star Method
ToString Method
UpTriangle Method
FlatTriGrid
TCell
CloneStructure
TNewCellType
Method
Returns a grid in the same shape, but with contents in the new type.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
override
IGrid
<TNewCellType,
FlatTriPoint
>
CloneStructure
<TNewCellType>()
Type Parameters
TNewCellType
Return Value
Type:
IGrid
TNewCellType
,
FlatTriPoint
Implements
IGrid
TPoint
CloneStructure
TNewCell
See Also
Reference
FlatTriGrid
TCell
Class
Gamelogic.Grids Namespace