Polarith AI
1.8
VGizmo Class Reference

Description

Represents a V-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...
 

Public Methods

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