namespace Unity.VisualScripting { /// /// Use to draw gizmos that are always drawn in the editor. /// [UnitCategory("Events/Editor")] public sealed class OnDrawGizmos : ManualEventUnit { protected override string hookName => EventHooks.OnDrawGizmos; } }