WorldAnchorManager.AnchorDebugText Property

Definition

If non-null, verbose logging messages will be displayed on this TextMesh.

public:
 property UnityEngine::TextMesh ^ AnchorDebugText { UnityEngine::TextMesh ^ get(); };
public UnityEngine.TextMesh AnchorDebugText { get; }
member this.AnchorDebugText : UnityEngine.TextMesh
Public ReadOnly Property AnchorDebugText As TextMesh

Property Value

UnityEngine.TextMesh

Remarks

Note that ShowDetailedLogs and AnchorDebugText will cause the same set of information to be displayed.

Applies to