Automated: update Fields, Categories |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AvatarAnchorLocomotionReleaseComponent.png | |Image=AvatarAnchorLocomotionReleaseComponent.png | ||
|Name= | |Name=Avatar Anchor Locomotion Release | ||
}} | }} | ||
The '''AvatarAnchorLocomotionRelease''' Component is used so a user can get out of an anchor with their controller when they get into an anchor. | |||
<!--T:3--> | <!--T:3--> | ||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|ReleaseOnBinaryAction|Bool| | |ReleaseOnBinaryAction|Bool| Whether to allow the user to jump out of the anchor | ||
|ReleaseStrengthThreshold|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| | |ReleaseStrengthThreshold|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| The amount of pressing strength on the jump button needed to get out if not null. | ||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
Has to be used on the same slot as an [[Component:AvatarAnchor]] or it doesn't do anything. | |||
<!--T:5--> | <!--T:5--> | ||
== Examples == | == Examples == | ||
{{stub}} | |||
<!--T:6--> | <!--T:6--> | ||
== | == See Also == | ||
* [[Component:AvatarAnchor]] | |||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Avatar Anchor Locomotion Release]] | [[Category:Components{{#translation:}}|Avatar Anchor Locomotion Release]] | ||
[[Category:Components:Users:Common Avatar System:Anchors{{#translation:}}|Avatar Anchor Locomotion Release]] | [[Category:Components:Users:Common Avatar System:Anchors{{#translation:}}|Avatar Anchor Locomotion Release]] |
Latest revision as of 02:54, 16 December 2024
Component image
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. |
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.