C# Класс Afterglow.Input.AxisAction

Action for an axis.s
Наследование: IAxisAction, IFluentInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
AxisAction ( Axis axis ) : System

Initializes a new instance of the AxisAction class.

Do ( Action action ) : void

Sets the given action to be executed if the axis changes.

ExecuteAction ( int delta ) : void

Executes the action.

Описание методов

AxisAction() публичный Метод

Initializes a new instance of the AxisAction class.
public AxisAction ( Axis axis ) : System
axis Axis The axis for which an action should be created.
Результат System

Do() публичный Метод

Sets the given action to be executed if the axis changes.
public Do ( Action action ) : void
action Action The action.
Результат void

ExecuteAction() публичный Метод

Executes the action.
public ExecuteAction ( int delta ) : void
delta int The delta value for this axis.
Результат void