Class AlembicRecorderClip
Inheritance
PlayableAsset
AlembicRecorderClip
Syntax
public class AlembicRecorderClip : PlayableAsset, ITimelineClipAsset
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
| Type |
Description |
| ClipCaps |
|
settings
Declaration
public AlembicRecorderSettings settings { get; }
Property Value
targetBranch
Declaration
public GameObject targetBranch { get; set; }
Property Value
| Type |
Description |
| GameObject |
|
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 |
|
Declaration
public static Transform FindObjectByName(Transform parent, string name)
Parameters
| Type |
Name |
Description |
| Transform |
parent |
|
| System.String |
name |
|
Returns
| Type |
Description |
| Transform |
|
FindObjectByPath(String)
Declaration
public static GameObject FindObjectByPath(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| GameObject |
|
GetPath(GameObject)
Declaration
public static string GetPath(GameObject go)
Parameters
| Type |
Name |
Description |
| GameObject |
go |
|
Returns
| Type |
Description |
| System.String |
|
Declaration
public static string GetPath(Transform trans)
Parameters
| Type |
Name |
Description |
| Transform |
trans |
|
Returns
| Type |
Description |
| System.String |
|
OnDestroy()
Declaration
public virtual void OnDestroy()