WorldAnchorManager.AnchorDebugText Property
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.
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.