RigidbodyPush

Inherits from MovementBehavior<T>

Declaration

public sealed class RigidbodyPush : MovementBehavior<RigidbodyPushSettings>

Description

Pushes rigidbodies when a character comes into contact with them.

Methods

OnPostUpdateChecks for any state changes after the process is handled.
Inherited

Properties

settingsThe settings for the behavior.
enabledEnables or disables the behavior from being updated.
controllerThe movement controller handling the process.
registeredWhether the process has been registered to a controller.
orderDetermines the order in which processes are handled. The process with the lowest order value is handled first.
idThe unique identifier of the movement process.