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