RigidbodyPush
Class in Zigurous.CharacterController
Inherits from MovementBehavior<T>
Declaration
public sealed class RigidbodyPush : MovementBehavior<RigidbodyPushSettings>Description
Pushes rigidbodies when a character comes into contact with them.
Methods
| OnPostUpdate | Checks for any state changes after the process is handled. |
Inherited
Properties
| settings | The settings for the behavior. |
| enabled | Enables or disables the behavior from being updated. |
| controller | The movement controller handling the process. |
| registered | Whether the process has been registered to a controller. |
| order | Determines the order in which processes are handled. The process with the lowest order value is handled first. |
| id | The unique identifier of the movement process. |