Class CanvasTracker
Helper object for the Canvas
Inherited Members
Namespace: UnityEngine .XR.Interaction.Toolkit.UI
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[AddComponentMenu("")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@3.1/api/UnityEngine.XR.Interaction.Toolkit.UI.CanvasTracker.html")]
public class CanvasTracker : MonoBehaviour
Properties
transformDirty
Keeps track of if this canvas' place in the transform hierarchy has changed at all (parent added/removed, etc.).
Declaration
public bool transformDirty { get; set; }
Property Value
Type | Description |
---|---|
bool |