TileGridObjectCollection.DepthCalculatedBy Field

Definition

The depth or z uses the rows if true or columns if false

protected: Microsoft::MixedReality::Toolkit::Utilities::TileGridObjectCollection::GridDivisions DepthCalculatedBy;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Depth values (z) is applied using rows or columns position")]
protected Microsoft.MixedReality.Toolkit.Utilities.TileGridObjectCollection.GridDivisions DepthCalculatedBy;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Depth values (z) is applied using rows or columns position")>]
val mutable DepthCalculatedBy : Microsoft.MixedReality.Toolkit.Utilities.TileGridObjectCollection.GridDivisions
Protected DepthCalculatedBy As TileGridObjectCollection.GridDivisions 

Field Value

Attributes
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute

Applies to