Click or drag to resize

GridPoint2UnaryPlus Operator

This operations does not affect the point.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static GridPoint2 operator +(
	GridPoint2 point
)

Parameters

point
Type: Gamelogic.Grids2GridPoint2

Return Value

Type: GridPoint2
See Also