C# Class CnControls.VirtualButton

Virtual button class
Afficher le fichier Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Méthodes publiques

Méthode Description
Press ( ) : void

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called

Release ( ) : void

Release logic frees the button from its "IsPressed" state

VirtualButton ( string name ) : UnityEngine

Method Details

Press() public méthode

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called
public Press ( ) : void
Résultat void

Release() public méthode

Release logic frees the button from its "IsPressed" state
public Release ( ) : void
Résultat void

VirtualButton() public méthode

public VirtualButton ( string name ) : UnityEngine
name string
Résultat UnityEngine