C# Class XNATestBed.ImageButton

Inheritance: Sprite
Datei anzeigen Open project: ReticentJohn/Spring-Project-2011 Class Usage Examples

Public Methods

Method Description
IsClicked ( ) : bool
IsDelayedClicked ( float delay ) : bool
MouseOverButton ( ) : bool

Method Details

IsClicked() public method

public IsClicked ( ) : bool
return bool

IsDelayedClicked() public method

public IsDelayedClicked ( float delay ) : bool
delay float
return bool

MouseOverButton() public method

public MouseOverButton ( ) : bool
return bool