TileGridObjectCollection.TileSize Field

Definition

Tile size in pixels

protected: UnityEngine::Vector3 TileSize;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("The size of the tile or grid cell")]
protected UnityEngine.Vector3 TileSize;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("The size of the tile or grid cell")>]
val mutable TileSize : UnityEngine.Vector3
Protected TileSize As Vector3 

Field Value

UnityEngine.Vector3
Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to