void OnDrawGizmos() { Gizmos.color = Color.red; Gizmos.DrawLine(Vector3.zero, _rotation.AsVector()); }