Class

DuAEKeySpatialProperties

DuAEKeySpatialProperties(otheropt)

Spatial properties of a DuAEKeyframe.
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

View Source Duik_api_fordoc.jsxinc, line 20049

Methods

# _clone() → {DuAEKeySpatialProperties}

Clones the DuAEKeySpatialProperties and returns the new one.

View Source Duik_api_fordoc.jsxinc, line 20080

The new DuAEKeySpatialProperties.

# reverse()

Reverses all the influences (swaps in and out)

View Source Duik_api_fordoc.jsxinc, line 20087