m ProbablePrime moved page PhysicalLocomotion (Component) to Component:PhysicalLocomotion: Creating component Namespace |
Automated: update Fields, Categories |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
= Fields = | = Fields = | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Icon|IAssetProvider`1| | |Icon|'''[[Type:IAssetProvider`1|IAssetProvider`1]]<[[Type:ITexture2D|ITexture2D]]>'''|TypeAdv0=true| | ||
|Color| | |Color|ColorX| | ||
|_currentController|LocomotionController| | |_currentController|'''[[Component:LocomotionController|LocomotionController]]'''|TypeAdv2=true| | ||
|_lastDefaultIcon|Uri| | |_lastDefaultIcon|Uri| | ||
|_lastDefaultColor|Nullable`1| | |_lastDefaultColor|'''[[Type:Nullable`1|Nullable`1]]<[[Type:ColorX|ColorX]]>'''|TypeAdv4=true| | ||
| | |Turn|{{RootFieldType|TurnSubmodule}}|TypeAdv5=true| | ||
| | |||
|MinInitializationDelay|Float| | |MinInitializationDelay|Float| | ||
|MaxInitializationDelay|Float| | |MaxInitializationDelay|Float| | ||
Line 18: | Line 17: | ||
|UseSpeedFromUserSettings|Bool| | |UseSpeedFromUserSettings|Bool| | ||
|Description|String| | |Description|String| | ||
|Mode|MovementMode| | |Mode|'''[[#MovementMode|MovementMode]]'''|TypeAdv11=true| | ||
|Gripping|EnvironmentGripping|See [[#Gripping]] for more information | |Gripping|'''[[#EnvironmentGripping|EnvironmentGripping]]'''|TypeAdv12=true|See [[#Gripping]] for more information | ||
|GripOnHold|Bool|See [[#Gripping]] for more information | |GripOnHold|Bool|See [[#Gripping]] for more information | ||
|GripRadius|Float|See [[#Gripping]] for more information | |GripRadius|Float|See [[#Gripping]] for more information | ||
|GripVelocityMultiplier|Float|See [[#Gripping]] for more information | |GripVelocityMultiplier|Float|See [[#Gripping]] for more information | ||
|GripHandRotationMode|GripRotation|See [[#Gripping]] for more information | |GripHandRotationMode|'''[[#GripRotation|GripRotation]]'''|TypeAdv16=true|See [[#Gripping]] for more information | ||
|GripObjectRotationMode|GripRotation|See [[#Gripping]] for more information | |GripObjectRotationMode|'''[[#GripRotation|GripRotation]]'''|TypeAdv17=true|See [[#Gripping]] for more information | ||
|HandGripRotationSmoothSpeed|Nullable`1| | |HandGripRotationSmoothSpeed|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv18=true|See [[#Gripping]] for more information | ||
|FallRespawnPosition|Float| | |FallRespawnPosition|Float| | ||
|MakeGravityCharacterLocal|Bool| | |MakeGravityCharacterLocal|Bool| | ||
Line 35: | Line 34: | ||
|MaximumNormalizedSpeed|Float| | |MaximumNormalizedSpeed|Float| | ||
|_defaultIcon|Uri| | |_defaultIcon|Uri| | ||
|_defaultColor| | |_defaultColor|ColorX| | ||
|_characterController|CharacterController| | |_characterController|'''[[Component:CharacterController|CharacterController]]'''|TypeAdv29=true| | ||
|__legacyName|String| | |__legacyName|String| | ||
}} | }} | ||
Line 87: | Line 86: | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components{{#translation:}}|Physical Locomotion]] | [[Category:Components{{#translation:}}|Physical Locomotion]] | ||
[[Category:Components With Nested Enums{{#translation:}}|Physical Locomotion]] | |||
[[Category:Components:Locomotion:Modules{{#translation:}}|Physical Locomotion]] | [[Category:Components:Locomotion:Modules{{#translation:}}|Physical Locomotion]] | ||
{{stub}} | {{stub}} |
Latest revision as of 20:28, 3 March 2024
PhysicalLocomotion is a versatile Locomotion Module that can be used for walking, climbing, flying, and Zero-G.
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. |
Icon
|
IAssetProvider`1<ITexture2D> | |
Color
|
ColorX | |
_currentController
|
LocomotionController | |
_lastDefaultIcon
|
Uri | |
_lastDefaultColor
|
Nullable`1<ColorX> | |
Turn
|
direct TurnSubmodule | |
MinInitializationDelay
|
Float | |
MaxInitializationDelay
|
Float | |
InitializationColliderRoot
|
Slot | |
UseSpeedFromUserSettings
|
Bool | |
Description
|
String | |
Mode
|
MovementMode | |
Gripping
|
EnvironmentGripping | See #Gripping for more information |
GripOnHold
|
Bool | See #Gripping for more information |
GripRadius
|
Float | See #Gripping for more information |
GripVelocityMultiplier
|
Float | See #Gripping for more information |
GripHandRotationMode
|
GripRotation | See #Gripping for more information |
GripObjectRotationMode
|
GripRotation | See #Gripping for more information |
HandGripRotationSmoothSpeed
|
Nullable`1<Float> | See #Gripping for more information |
FallRespawnPosition
|
Float | |
MakeGravityCharacterLocal
|
Bool | |
AutoAlignVerticalWithGravitySpeed
|
Float | |
ManualAlignVerticalWithGravitySpeed
|
Float | |
AirDecelerationSpeed
|
Float | |
GripScaleDelay
|
Float | |
AllowCrouch
|
Bool | |
MaximumNormalizedSpeed
|
Float | |
_defaultIcon
|
Uri | |
_defaultColor
|
ColorX | |
_characterController
|
CharacterController | |
__legacyName
|
String |
Usage
Gripping
PhysicalLocomotion has a feature which is unique to it, called Gripping. This feature allows you to grip other objects in the world in order to use them to climb or traverse the world. A good analogy is rock climbing as this is exactly how this feature feels to use. Gripping, only works when allowed by the world author.
This feature is commonly called "Climbing" or "Physical Grab/Climbing" or even "Player Climbing", the official name "Gripping" will be used throughout this page.
Additionally, this feature is often confused with "Grabbables" which refer to any object in that you can move around in the world by grabbing it. These features are independent, for a quick way to remember the difference:
- Grabbing involves 'moving an object which you are "Grabbing"
- Gripping involves moving you using an object which you are "Gripping"
Or if that doesn't work, its the difference between climbing a ladder and moving that ladder.
World authors can configure this feature by changing the properties on the PhysicalLocomotion component. The main property here is "Gripping" which has the following settings and meanings:
- Disabled - Fully prevents any gripping in this world when using this locomotion module.
- GrippableObjects - Allows gripping on objects that are explicitly tagged with a Component that indicates that a Slot or Object can be gripped. These components are:
- LocomotionGrip - The most common. Used to explicitly signal the grippable state of an object.
- Gizmos - These are also tagged as "GrippableObjects" but cannot be gripped, see #Gripping Process below for more info.
- CharacterColliders - Allows gripping on objects that contain colliders who's "CharacterCollider" property is enabled
- AnyObjects - Allows gripping on anything, including players.
Gripping Process
When a user attempts to grip in a world, the following steps occur to determine if there is a successful grip or not.
- If gripping is set to Disabled, stop. You can't grip ever.
- If there is already a grip in progress, as in is this user already holding onto another object. Stop. You can only have one active grip.
- Run a physics operation to get any colliders within the "GripRadius" of the user's actively gripping hand.
- Filter the returned colliders:
- If the collider's active user is the same as the active user of the collider, remove it from the results.
- If gripping is set to AnyObjects, all colliders in the "GripRadius" are included.
- If gripping is set to CharacterColliders, colliders who do NOT have the "CharacterCollider" checkbox enabled are removed from the results.
- If gripping is set to GrippableObjects, colliders who do NOT have a "LocomotionGrip" component on them or within their parents are removed from the results.
- From the filtered list the first collider which passes ALL the following rules is then "Gripped":
- If the collider has a "LocomotionGrip" component on them or within their parents, it must be Enabled.
- The collider must NOT be a part of a Gizmo
Gripping Users
Gripping users is treated the same way as the "Gripping Process" above. So keep the following items in mind:
- You cannot manually opt in to be grippable by editing your avatar unless the Gripping property on the locomotion is set to "GrippableObjects", if this is the case add a "LocomotionGrip" component to your avatar root and enable it.
- If you want to opt out of being grippable then regardless of the world settings, you will need to add a "LocomotionGrip" component to your avatar root AND User Root and uncheck their Enabled properties.
Examples
Related Components
This article or section is a Stub. You can help the Resonite Wiki by expanding it.