namespace Unity.VisualScripting { /// /// Called when the machine becomes disabled or inactive. /// [UnitCategory("Events/Lifecycle")] [UnitOrder(6)] public sealed class OnDisable : MachineEventUnit { protected override string hookName => EventHooks.OnDisable; } }