Class RecorderClip
Use this class to manage Recorder Clip Timeline integration.
Syntax
public class RecorderClip : PlayableAsset, ITimelineClipAsset, ISerializationCallbackReceiver
Fields
settings
Indicates the Recorder Settings instance used for this Clip.
Declaration
public RecorderSettings settings
Field Value
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
Type |
Description |
ClipCaps |
|
Methods
CreatePlayable(PlayableGraph, GameObject)
Declaration
public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
Parameters
Type |
Name |
Description |
PlayableGraph |
graph |
|
GameObject |
owner |
|
Returns
Type |
Description |
Playable |
|
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
OnDestroy()
Declaration