Component:NoclipLocomotion

From Resonite Wiki
Component image 
No clip Locomotion component as seen in the Scene Inspector

The NoclipLocomotion component when being used as an active locomotion by the user allows for a user to go through walls.

If all of a user's colliders on their avatar are set up with their Component:VRIKAvatar's collider list, they won't trigger any trigger zones during noclip.

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. Some components stop their functionality when this field is disabled, but some don't.
Icon IAssetProvider`1<ITexture2D> The icon image visual for this locomotion in the context menu.
Color ColorX The color of this locomotion's icon in the context menu.
_currentController LocomotionController The current Locomotion controller which would be from a user controlling this locmotion.
_lastDefaultIcon Uri The last URI used for the default context menu icon for this locomotion.
_lastDefaultColor Nullable`1<ColorX> The last color used for the default version of this locomotion for the context menu.
Turn direct TurnSubmodule How turning should be handled for this locomotion.
MaxSpeed Float How fast the user can go in this mode.
MinimumFlySpeedRatio Float Unused.

Usage

When attached to a slot, the component will add the nessary complementary components in order for it to function. When placed under the world lomotions slot, it will be added to every new user's locomotion menu.

This can also be injected into a user using locomotion injector ProtoFlux.

Examples

Used in the default provided world locomotion.

See Also