TileGridObjectCollection.Gutters 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.
The space between tiles in pixels
protected: UnityEngine::Vector3 Gutters;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Additional space between tiles")]
protected UnityEngine.Vector3 Gutters;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Additional space between tiles")>]
val mutable Gutters : UnityEngine.Vector3
Protected Gutters As Vector3
Field Value
UnityEngine.Vector3
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute