TileGridObjectCollection.TileSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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