Class AlembicExporter
Inheritance
MonoBehaviour
AlembicExporter
Syntax
public class AlembicExporter : MonoBehaviour
Properties
captureOnStart
Declaration
public bool captureOnStart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ignoreFirstFrame
Declaration
public bool ignoreFirstFrame { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
maxCaptureFrame
Declaration
public int maxCaptureFrame { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
recorder
Declaration
public AlembicRecorder recorder { get; }
Property Value
Methods
BeginRecording()
Declaration
public void BeginRecording()
EndRecording()
Declaration
public void EndRecording()
OneShot()
Declaration