Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
DiamondOp(TCell) Class
DiamondOp(TCell) Methods
Shape Method
Shape Method (Int32, Int32, Func(DiamondPoint, Boolean))
Shape Method (Int32, Int32, Func(DiamondPoint, Boolean), DiamondPoint)
DiamondOp
TCell
Shape Method (Int32, Int32, Func
DiamondPoint, Boolean
)
The same as Shape with all parameters, but with bottomLeft Point set to DiamondPoint.Zero.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
DiamondShapeInfo
<TCell>
Shape
(
int
width
,
int
height
,
Func
<
DiamondPoint
,
bool
>
isInside
)
Parameters
width
Type:
System
Int32
height
Type:
System
Int32
isInside
Type:
System
Func
DiamondPoint
,
Boolean
Return Value
Type:
DiamondShapeInfo
TCell
See Also
Reference
DiamondOp
TCell
Class
Shape Overload
Gamelogic.Grids Namespace