Class AlembicStreamPlayer
Inheritance
MonoBehaviour
AlembicStreamPlayer
Syntax
public class AlembicStreamPlayer : MonoBehaviour
Fields
abcStream
Declaration
public AlembicStream abcStream
Field Value
asyncLoad
Declaration
Field Value
Type |
Description |
System.Boolean |
|
currentTime
Declaration
Field Value
Type |
Description |
System.Single |
|
endTime
Declaration
Field Value
Type |
Description |
System.Double |
|
ignoreVisibility
Declaration
public bool ignoreVisibility
Field Value
Type |
Description |
System.Boolean |
|
startTime
Declaration
Field Value
Type |
Description |
System.Double |
|
streamDescriptor
Declaration
public AlembicStreamDescriptor streamDescriptor
Field Value
vertexMotionScale
Declaration
public float vertexMotionScale
Field Value
Type |
Description |
System.Single |
|
Properties
duration
Declaration
public double duration { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
LoadStream(Boolean)
Declaration
public void LoadStream(bool createMissingNodes)
Parameters
Type |
Name |
Description |
System.Boolean |
createMissingNodes |
|