C# Class Nez.VirtualInput

Represents a virtual button, axis or joystick whose state is determined by the state of its VirtualInputNodes
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
deregister ( ) : void

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

update ( ) : void

Méthodes protégées

Méthode Description
VirtualInput ( )

Method Details

VirtualInput() protected méthode

protected VirtualInput ( )

deregister() public méthode

deregisters the VirtualInput from the Input system. Call this when you are done polling the VirtualInput
public deregister ( ) : void
Résultat void

update() public abstract méthode

public abstract update ( ) : void
Résultat void