Click or drag to resize

RectPointBasePoint Property

A Uniform point's base point is simply the point itself. Makes it easier to implement generic algorithms. Since version 1.1

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RectPoint BasePoint { get; }

Property Value

Type: RectPoint
See Also