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
movementFlags | The 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
OnAbilityActivated | A callback invoked when the ability is activated. |
OnAbilityDeactivated | A callback invoked when the ability is deactivated. |