C# Класс Nez.VirtualInput

Represents a virtual button, axis or joystick whose state is determined by the state of its VirtualInputNodes
Показать файл Открыть проект

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

Метод Описание
deregister ( ) : void

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput

update ( ) : void

Защищенные методы

Метод Описание
VirtualInput ( )

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

VirtualInput() защищенный Метод

protected VirtualInput ( )

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

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput
public deregister ( ) : void
Результат void

update() публичный абстрактный Метод

public abstract update ( ) : void
Результат void