Function ManagedMovementOverrides.ValidateRemove
ValidateRemove
(System.Delegate callback)
Unregistering is tolerant of a dead agent, unlike ValidateAdd, so that a component can remove its callback in OnDisable without caring whether the agent outlived it.
Public
Static
void ValidateRemove (
System.Delegate | callback |
Unregistering is tolerant of a dead agent, unlike ValidateAdd, so that a component can remove its callback in OnDisable without caring whether the agent outlived it.