The entity this shape is attached to. When set, this shape
will copy the root location of the attached entity and the
shape's position will be used as an offset.
The location of the shape. For most shapes the location is
the centre of the shape, except DebugLine and DebugArrow
where this represents the start point of the line.
Get the text of the debug text shape. Returns the RawText of
the debug text if setText was called with a RawMessage or
a RawText object, otherwise returns a string.
可选timeLeft
timeLeft?:number
备注
The time left (in seconds) until this shape is automatically
removed. Returns undefined if the shape does not have a
limited life-span.
可选只读totalTimeLeft
totalTimeLeft?:number
备注
The total initial time-span (in seconds) until this shape is
automatically removed. Returns undefined if the shape does
not have a limited life-span.
useRotation
useRotation:boolean
备注
If set to true, the text will not face the camera and
instead will use the rotation from the shape.
Set the location and dimension of the shape. If the
dimension is undefined, it will display in all dimensions.
For most shapes the location is the centre of the shape,
except DebugLine and DebugArrow where this represents the
start point of the line.
A debug shape class that represents a text label in the world with a background.