C# 클래스 UIImageButton, Zombayo

상속: MonoBehaviour
파일 보기 프로젝트 열기: pchernev/Zombayo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
disabledSprite string
hoverSprite string
normalSprite string
onClick List
pressedSprite string
target UISprite,

공개 메소드들

메소드 설명
OnEnable ( ) : void
OnHover ( bool isOver ) : void
OnPress ( bool pressed ) : void
UpdateImage ( ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnHover() 공개 메소드

public OnHover ( bool isOver ) : void
isOver bool
리턴 void

OnPress() 공개 메소드

public OnPress ( bool pressed ) : void
pressed bool
리턴 void

UpdateImage() 공개 메소드

public UpdateImage ( ) : void
리턴 void

프로퍼티 상세

disabledSprite 공개적으로 프로퍼티

public string disabledSprite
리턴 string

hoverSprite 공개적으로 프로퍼티

public string hoverSprite
리턴 string

normalSprite 공개적으로 프로퍼티

public string normalSprite
리턴 string

onClick 공개적으로 프로퍼티

public List onClick
리턴 List

pressedSprite 공개적으로 프로퍼티

public string pressedSprite
리턴 string

target 공개적으로 프로퍼티

public UISprite, target
리턴 UISprite,