Class TimeDilationMixerBehaviour
Inheritance
TimeDilationMixerBehaviour
Syntax
public class TimeDilationMixerBehaviour : PlayableBehaviour
Methods
OnPlayableCreate(Playable)
Declaration
public override void OnPlayableCreate(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
OnPlayableDestroy(Playable)
Declaration
public override void OnPlayableDestroy(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
ProcessFrame(Playable, FrameData, Object)
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
| Object |
playerData |
|