Component:AvatarAnchorLocomotionRelease
The AvatarAnchorLocomotionRelease Component is used so a user can get out of an anchor with their controller when they get into an anchor.
More actions
Component image 
Avatar Anchor Locomotion Release component as seen in the Scene Inspector

The AvatarAnchorLocomotionRelease Component is used so a user can get out of an anchor with their controller when they get into an anchor.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
ReleaseOnBinaryAction
|
Bool | Whether to allow the user to jump out of the anchor |
ReleaseStrengthThreshold
|
Nullable`1<Float> | The amount of pressing strength on the jump button needed to get out if not null. |
Usage
Has to be used on the same slot as an Component:AvatarAnchor or it doesn't do anything.
Examples
This article or section is a stub. You can help the Resonite wiki by expanding it.