Class AlembicRecorder.TransformCapturer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UTJ.Alembic
Syntax
public class TransformCapturer : ComponentCapturer
Properties
capturePosition
Declaration
public bool capturePosition { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
captureRotation
Declaration
public bool captureRotation { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
captureScale
Declaration
public bool captureScale { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
inherits
Declaration
public bool inherits { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
invertForward
Declaration
public bool invertForward { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Capture()
Declaration
public override void Capture()
Overrides
Setup(Component)
Declaration
public override void Setup(Component c)
Parameters
Type | Name | Description |
---|---|---|
Component | c |