Type Alias: TransformOwnership
type TransformOwnership = "driven" | "dragged" | "handDriven" | "native";
Defined in: webxr-interactions/src/behaviours/behaviour.ts:27
Who owns the interactable's transform while this behaviour is active.
type TransformOwnership = "driven" | "dragged" | "handDriven" | "native";
Defined in: webxr-interactions/src/behaviours/behaviour.ts:27
Who owns the interactable's transform while this behaviour is active.