Component:LocomotionGrip

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

The LocomotionGrip component controls if users can climb on a collider hierarchy.

For some locomotions, colliders have to specifically be tagged as being climbable. In these cases, this component is used for that purpose.

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.

Usage

While this component is enabled on a slot the hierarchy will be climbable, while this component is disabled on a slot the hierarchy will not be climbable even if climbing is enabled by default in the locomotion.

Examples

See Also