Skip to content

Documentation / scene / GrabberRW

Interface: GrabberRW

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

Mutable grabber runtime state.

Properties

enabled

enabled: number

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

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


position

position: Vector3

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

Current world position of the grabber

Released under the MIT License.