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