Constructor
# new DuAEKeySpatialProperties(otheropt)
Constructs a new KeySpatialProperty
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
other |
DuAEKeySpatialProperties
|
<optional> |
Another DuAEKeySpatialProperties to create a copy. |
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
inTangent |
Array.<float>
|
null
|
<optional> |
null | The incoming spatial tangent |
outTangent |
Array.<float>
|
null
|
<optional> |
null | The outgoing spatial tangent |
_continuous |
boolean
|
<optional> |
true | true if the specified keyframe has spatial continuity |
_autoBezier |
boolean
|
<optional> |
false | true if the specified keyframe has temporal auto-Bezier interpolation |
_roving |
boolean
|
<optional> |
false | true if the specified keyframe is roving |
Methods
# _clone() → {DuAEKeySpatialProperties}
Clones the DuAEKeySpatialProperties and returns the new one.
The new DuAEKeySpatialProperties.