Inheritance
UsdPlayableBehaviour
public class UsdPlayableBehaviour : PlayableBehaviour
Fields
Declaration
public UsdPlayableAsset playableAsset
Field Value
Methods
Declaration
public override void OnBehaviourPause(Playable playable, FrameData info)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
Declaration
public override void OnBehaviourPlay(Playable playable, FrameData info)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
Declaration
public override void OnGraphStart(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
Declaration
public override void OnGraphStop(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
Declaration
public override void PrepareData(Playable playable, FrameData info)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
Declaration
public override void PrepareFrame(Playable playable, FrameData info)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
| Object |
playerData |
|