Component:AvatarAnchorLocomotionRelease: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
add info
 
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=AvatarAnchorLocomotionReleaseComponent.png
|Image=AvatarAnchorLocomotionReleaseComponent.png
|Name=AvatarAnchorLocomotionRelease
|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:2-->
== Intoduction ==


<!--T:3-->
<!--T:3-->
== Usage ==
== 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]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv1=true|
|ReleaseStrengthThreshold|'''[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv1=true| The amount of pressing strength on the jump button needed to get out if not null.
}}
}}


<!--T:4-->
<!--T:4-->
== Behavior ==
== 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-->
== Related Components ==
== See Also ==
* [[Component:AvatarAnchor]]
</translate>
</translate>
[[Category:Components{{#translation:}}|Avatar Anchor Locomotion Release]]
[[Category:Components{{#translation:}}|Avatar Anchor Locomotion Release]]
[[Category:ComponentStubs]]
[[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 
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

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.


See Also