IgnoreCollisionEffect

Inherits from MovementEffect

Declaration

public class IgnoreCollisionEffect : MovementEffect

Description

Disables collision between two layers when a movement state is activated. The collision is enabled again when the movement state is deactivated.

Properties

conditionThe movement condition(s) that trigger the effect.
layer1The first layer to ignore.
layer2The second layer to ignore.

Methods

OnEffectActivated
OnEffectDeactivated
Inherited

Properties

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.