示例#1
0
 public static void DrawSector(Vector3 pos, Vector3 dir, float deg, int divide, float length, float height, Color col)
 {
     NpDebugSceneViewController.DrawSector(pos, dir, deg, divide, length, height, Vector3.up, col);
 }
示例#2
0
 public static void DrawSector(Vector3 pos, Vector3 dir, float deg, int divide, Color col)
 {
     NpDebugSceneViewController.DrawSector(pos, dir, deg, divide, 1f, 1f, Vector3.up, col);
 }