onPrefabOverrideChanged Event
Description
An event that's triggered when a change in the property's override status is detected. Receives a Boolean that indicates whether the property is a prefab override.
public event Action<bool> onPrefabOverrideChanged
Returns
Action<Boolean> |