Component image
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
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. |
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.