The length of the arrow's head/tip.
The color of the shape.
The end location of the line segment. The final line will spawn between location and endLocation.
Readonly
Returns true if the shape has a limited time span before being removed.
Adds a new debug shape to the world.
The radius of the arrow's head/tip.
The number of segments for the base circle of the arrow's head/tip (default: 4).
The location of the shape. For most shapes this is the centre of the shape, except DebugLine and DebugArrow where this represents the start point of the line.
The rotation of the shape (Euler angles - [Pitch, Yaw, Roll]).
The scale of the shape. This does not apply to DebugLine or DebugArrow.
Optional
The time left (in seconds) until this shape is automatically removed. Returns 0 if the shape does not have a limited life-span.
The total initial time-span (in seconds) until this shape is automatically removed. Returns 0 if the shape does not have a limited life-span.
Removes this shape from the world. The shape can be re-added via the DebugDrawer's addShape method.
The length of the arrow's head/tip.