Exemplo n.º 1
0
 void OnDrawGizmos()
 {
     Gizmos.color = Color.red;
     Gizmos.DrawLine(Vector3.zero, _rotation.AsVector());
 }