C# 클래스 Rome.ImageButton

상속: Sprite
파일 보기 프로젝트 열기: ReticentJohn/Spring-Project-2011 1 사용 예제들

공개 메소드들

메소드 설명
IsClicked ( ) : bool
IsDelayedClicked ( float delay ) : bool
IsDelayedLeftClicked ( float delay ) : bool
IsDelayedRightClicked ( float delay ) : bool
IsLeftClicked ( ) : bool
IsRightClicked ( ) : bool
MouseOverButton ( ) : bool

메소드 상세

IsClicked() 공개 메소드

public IsClicked ( ) : bool
리턴 bool

IsDelayedClicked() 공개 메소드

public IsDelayedClicked ( float delay ) : bool
delay float
리턴 bool

IsDelayedLeftClicked() 공개 메소드

public IsDelayedLeftClicked ( float delay ) : bool
delay float
리턴 bool

IsDelayedRightClicked() 공개 메소드

public IsDelayedRightClicked ( float delay ) : bool
delay float
리턴 bool

IsLeftClicked() 공개 메소드

public IsLeftClicked ( ) : bool
리턴 bool

IsRightClicked() 공개 메소드

public IsRightClicked ( ) : bool
리턴 bool

MouseOverButton() 공개 메소드

public MouseOverButton ( ) : bool
리턴 bool