Skip to content

Documentation / scene / HumanoidRetargetAxisLocks

Type Alias: HumanoidRetargetAxisLocks

HumanoidRetargetAxisLocks = object

Defined in: libs/scene/src/animation/animationset.ts:478

Properties

x?

optional x?: boolean

Defined in: libs/scene/src/animation/animationset.ts:479


y?

optional y?: boolean

Defined in: libs/scene/src/animation/animationset.ts:480


z?

optional z?: boolean

Defined in: libs/scene/src/animation/animationset.ts:481

Released under the MIT License.