Skip to content

Documentation / scene / HumanoidRetargetAxisLocks

Type Alias: HumanoidRetargetAxisLocks

HumanoidRetargetAxisLocks = object

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

Properties

x?

optional x?: boolean

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


y?

optional y?: boolean

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


z?

optional z?: boolean

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

Released under the MIT License.