BoundingBox.debugText 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.
public: UnityEngine::TextMesh ^ debugText;
[UnityEngine.Header("Debug")]
[UnityEngine.Tooltip("Debug only. Component used to display debug messages")]
public UnityEngine.TextMesh debugText;
[<UnityEngine.Header("Debug")>]
[<UnityEngine.Tooltip("Debug only. Component used to display debug messages")>]
val mutable debugText : UnityEngine.TextMesh
Public debugText As TextMesh
Field Value
UnityEngine.TextMesh
- Attributes
-
UnityEngine.HeaderAttribute UnityEngine.TooltipAttribute