Skip to main content

Type Alias: PresenceModality

type PresenceModality = "hands" | "controllers" | "auto";

Defined in: source.ts:11

Which visuals a provider should present for the user's own body:

  • "hands" - hand meshes only.
  • "controllers" - controller models only.
  • "auto" - let the runtime decide from the live session.