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