Component:ConstantCharacterControllerModifier: Difference between revisions

From Resonite Wiki
add info
Automated: update Fields
 
Line 8: Line 8:
{{Table ComponentFields
{{Table ComponentFields
|Parameter|CharacterControllerParameter| The parameter to modify
|Parameter|CharacterControllerParameter| The parameter to modify
|ModificationMode|[[Component:CharacterControllerModifier#Mode|Mode]]|TypeAdv1=true| How to modify the parameter.  
|ModificationMode|Mode| How to modify the parameter.
|Value|Float| the value to use in the modification.
|Value|Float| the value to use in the modification.
}}
}}

Latest revision as of 22:29, 16 March 2025

Component image 
Constant Character Controller Modifier component as seen in the Scene Inspector

The ConstantCharacterController component modifies the properties of a Component:CharacterController that makes contact with a character collider on the same Slot as this component.

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.
Parameter CharacterControllerParameter The parameter to modify
ModificationMode Mode How to modify the parameter.
Value Float the value to use in the modification.

Usage

Attach to a slot with a collider that is a character collider. Then specify the settings this component should change and how. Then this component will be ready to use.

Examples

Can be used to simulate sticky or slippery surfaces. Can also be used to simulate speedy gel from Portal2.

See Also