Skip to main content

Interface: GrabbleComponent

Grabble component data.

Extends

Properties

componentType

componentType: ComponentType;

Component type.

Inherited from

Component.componentType


enabled

enabled: boolean;

Whether the component is enabled.

Inherited from

Component.enabled


movementType

movementType: MovementType;

Movement type.


dynamicAttach

dynamicAttach: boolean;

Whether dynamic attach is enabled.


attachEntity?

optional attachEntity: `${string}-${string}-${string}-${string}-${string}`;

Attach entity UUID.


allowHoverActivate

allowHoverActivate: boolean;

Whether hover activate is allowed.


trackPosition

trackPosition: boolean;

Whether position tracking is enabled.


trackRotation

trackRotation: boolean;

Whether rotation tracking is enabled.


throwOnDetach

throwOnDetach: boolean;

Whether throw-on-detach is enabled.