Component:LocomotionAnimationColliderBlock: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
info from devlog
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|Name=Locomotion Animation Collider Block
|Name=Locomotion Animation Collider Block
}}
}}
{{stub}}
This component can be used in combination with the [[Component:LocomotionAnimationBodyCollider|LocomotionAnimationBodyCollider]] component to control which colliders on an avatar should be avoided by the avatar's hands.


== Usage ==
== Usage ==
Line 10: Line 10:


== Behavior ==
== Behavior ==
Add this component to the top of a hierarchy of any colliders on your avatar that you don't want your hands colliding with. This component can also be added to environment colliders if you want feet collisions to ignore them.


== Examples ==
== Examples ==

Latest revision as of 23:57, 6 September 2024

Component image 
Locomotion Animation Collider Block component as seen in the Scene Inspector

This component can be used in combination with the LocomotionAnimationBodyCollider component to control which colliders on an avatar should be avoided by the avatar's hands.

Usage

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.

Behavior

Add this component to the top of a hierarchy of any colliders on your avatar that you don't want your hands colliding with. This component can also be added to environment colliders if you want feet collisions to ignore them.

Examples

See Also