Class AlembicShotAsset
Inheritance
PlayableAsset
AlembicShotAsset
Syntax
public class AlembicShotAsset : PlayableAsset, ITimelineClipAsset
Fields
endOffset
Declaration
Field Value
| Type |
Description |
| System.Single |
|
streamPlayer
Declaration
public ExposedReference<AlembicStreamPlayer> streamPlayer
Field Value
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
| Type |
Description |
| ClipCaps |
|
duration
Declaration
public override double duration { get; }
Property Value
| Type |
Description |
| System.Double |
|
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 |
|