DrawTransformAxis(PhysicsTransform, float, float)
Draw a Transform axis. This is only used in the Unity Editor or in a Development Player.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public void DrawTransformAxis(PhysicsTransform transform, float scale, float lifetime = 0)
Parameters
The Transform axis to draw.
How long the element should be drawn for, in seconds. The default is zero indicating that it should only be drawn once. Lifetime is only used when the world is playing.