예제 #1
0
 void OnDrawGizmos()
 {
     if (Next != null)
     {
         DebugHelper.UseGizmos = true;
         DebugHelper.DrawArrow(Position, Next.Position, gizmoColor);
         DebugHelper.UseGizmos = false;
     }
 }