Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


name

The display name for the type represented by this GizmoInfo.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public string name { get; }

Remarks

User-defined types are accessible through the GizmoInfo.script property, but built-in types (e.g., Transform) are not. Use GizmoInfo.name to identify built-in gizmo types.