Class AlembicShotPlayable
Inheritance
PlayableBehaviour
AlembicShotPlayable
Namespace: UTJ.Alembic
Syntax
public class AlembicShotPlayable : PlayableBehaviour
Properties
streamPlayer
Declaration
public AlembicStreamPlayer streamPlayer { get; set; }
Property Value
Type | Description |
---|---|
AlembicStreamPlayer |
Methods
ProcessFrame(Playable, FrameData, Object)
Declaration
public override void ProcessFrame(Playable playable, FrameData info, object playerData)
Parameters
Type | Name | Description |
---|---|---|
Playable | playable | |
FrameData | info | |
System.Object | playerData |