Method OnGraphStop
OnGraphStop(Playable)
This function is called when the PlayableGraph that owns this PlayableBehaviour stops.
Declaration
public virtual void OnGraphStop(Playable playable)
Parameters
| Type | Name | Description |
|---|---|---|
| Playable | playable | The Playable that owns the current PlayableBehaviour. |
Implements
UnityEngine.Playables.IPlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)