Skip to main content

Type Alias: GrabCapability

type GrabCapability = "none" | "poseOnly" | "native";

Defined in: capabilities.ts:17

How grabbing is fulfilled:

  • "none" - no grab input at all.
  • "poseOnly" - the provider reports grab start/end + poses; the consumer (or the interactions core) moves the object.
  • "native" - the engine owns carry/throw (e.g. IWSDK grabbables + physics); the provider reports the transitions and observed poses only.