Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DrawTransformAxis(PhysicsTransform, float, float)

Draw a Transform axis.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public void DrawTransformAxis(PhysicsTransform transform, float scale, float lifetime = 0)

Parameters

The Transform axis to draw.

scale


lifetime

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.