C# Class Rome.ImageButton

Inheritance: Sprite
ファイルを表示 Open project: ReticentJohn/Spring-Project-2011 Class Usage Examples

Public Methods

Method 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 method

public IsClicked ( ) : bool
return bool

IsDelayedClicked() public method

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

IsDelayedLeftClicked() public method

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

IsDelayedRightClicked() public method

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

IsLeftClicked() public method

public IsLeftClicked ( ) : bool
return bool

IsRightClicked() public method

public IsRightClicked ( ) : bool
return bool

MouseOverButton() public method

public MouseOverButton ( ) : bool
return bool