public static class GizmoHelpers
Methods
Declaration
public static void DrawAxisArrows(Transform transform, float size)
Parameters
| Type |
Name |
Description |
| Transform |
transform |
|
| Single |
size |
|
Declaration
public static void DrawWireCubeOriented(Vector3 position, Quaternion rotation, float size)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
| Quaternion |
rotation |
|
| Single |
size |
|
Declaration
public static void DrawWirePlaneOriented(Vector3 position, Quaternion rotation, float size)
Parameters
| Type |
Name |
Description |
| Vector3 |
position |
|
| Quaternion |
rotation |
|
| Single |
size |
|