Skip to content

Documentation / scene / GrabberRW

Interface: GrabberRW

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:256

Mutable grabber runtime state.

Properties

enabled

enabled: number

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:258

Whether this grabber is active (0 = disabled, 1 = enabled)


position

position: Vector3

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:260

Current world position of the grabber

Released under the MIT License.