C# Class Rome.ImageButton

Inheritance: Sprite
Afficher le fichier Open project: ReticentJohn/Spring-Project-2011 Class Usage Examples

Méthodes publiques

Méthode Description
IsClicked ( ) : bool
IsDelayedClicked ( float delay ) : bool
IsDelayedLeftClicked ( float delay ) : bool
IsDelayedRightClicked ( float delay ) : bool
IsLeftClicked ( ) : bool
IsRightClicked ( ) : bool
MouseOverButton ( ) : bool

Method Details

IsClicked() public méthode

public IsClicked ( ) : bool
Résultat bool

IsDelayedClicked() public méthode

public IsDelayedClicked ( float delay ) : bool
delay float
Résultat bool

IsDelayedLeftClicked() public méthode

public IsDelayedLeftClicked ( float delay ) : bool
delay float
Résultat bool

IsDelayedRightClicked() public méthode

public IsDelayedRightClicked ( float delay ) : bool
delay float
Résultat bool

IsLeftClicked() public méthode

public IsLeftClicked ( ) : bool
Résultat bool

IsRightClicked() public méthode

public IsRightClicked ( ) : bool
Résultat bool

MouseOverButton() public méthode

public MouseOverButton ( ) : bool
Résultat bool