NoClip

Inherits from Zigurous.CharacterController.MovementAbility<T>

Declaration

public sealed class NoClip : MovementAbility<NoClipSettings>

Description

Allows the character to move around without obstruction due to collisions being disabled.

Properties

movementFlagsThe movement flag(s) associated with the ability. The flag(s) will be set when the ability is turned on and unset when the ability is turned off.

Methods

OnAbilityActivatedA callback invoked when the ability is activated.
OnAbilityDeactivatedA callback invoked when the ability is deactivated.