Component:LocomotionAnimationBodyCollider

From Resonite Wiki
Component image 
Locomotion Animation Body Collider component as seen in the Scene Inspector

The LocomotionAnimationBodyCollider component is required for any colliders to be considered for self-collision for the hands.

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.
IgnoreForLeftHand Bool Whether this collider is ignored by the player's left hand during locomotion.
IgnoreForRightHand Bool Whether this collider is ignored by the player's right hand during locomotion.

Usage

Attach to a slot on an avatar with a collider. That collider will now be a collider the hands will hit and go around while the user is walking in desktop.

Examples

Can be used on avatars with bigger thighs, or to avoid a bigger chest area.

See Also