Polarith AI
1.8
ArrowGizmo Class Reference

Description

Represents an arrow gizmo to be drawn within the scene view.

This class is serializable so that it is suitable for the direct use in MonoBehaviour instances supporting Unity's inspector.

Public Fields

bool Enabled = false
 Determines if this gizmo is enabled. More...
 
Color Color = new Color(1f, 235f / 255f, 4f / 255f, 50f / 255f)
 The color of the drawn arrow. More...
 
bool Marker = true
 Enables diagonals on the back face for orientation in 3-dimensional space. More...
 

Public Methods

void Draw (Vector3 center, float sizeX, float sizeY, float sizeZ, Quaternion rotation)
 Displays the gizmo in the scene view. More...
 
Imprint