Inheritance
UsdRecorderBehaviour
public class UsdRecorderBehaviour : PlayableBehaviour
Fields
Declaration
public UsdRecorderClip Clip
Field Value
Methods
Declaration
public void BeginRecording(double currentTime, GameObject root)
Parameters
| Type |
Name |
Description |
| Double |
currentTime |
|
| GameObject |
root |
|
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 void OnFrameEnd(Playable playable, FrameData info, object playerData)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
| Object |
playerData |
|
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 OnPlayableCreate(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
Declaration
public override void OnPlayableDestroy(Playable playable)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
Parameters
| Type |
Name |
Description |
| Playable |
playable |
|
| FrameData |
info |
|
| Object |
playerData |
|
Declaration
public void StopRecording(double currentTime)
Parameters
| Type |
Name |
Description |
| Double |
currentTime |
|