Enum AnchorAttachFlags
Flags for controlling the behaviour of limb anchor attachments.
Namespace: Liminal.SDK.VR.Avatars.Interaction
Assembly: Liminal.SDK.dll
Syntax
[Flags]
public enum AnchorAttachFlags
Fields
Name | Description |
---|---|
Default | The default settings for attached an object to an anchor. |
IgnoreAnchorHandlers | Determines if anchor handlers are ignored when attaching an object. |
None | |
ReparentToAnchor | Determines if an object should be reparented to the anchor when attached. |