Click or drag to resize

TileCellDimensions Property

The 2D dimensions of the tile. For 3D objects, this is the dimensions along the same plane as the 2D grid.

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

Property Value

Type: Vector2
See Also