C# 클래스 StackField

상속: MonoBehaviour, IPointerClickHandler, IPointerEnterHandler, IPointerExitHandler
파일 보기 프로젝트 열기: BornToGrill/Project-Frequency 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Next StackField,
Previous StackField,

공개 메소드들

메소드 설명
Hide ( ) : void
OnPointerClick ( PointerEventData e ) : void
OnPointerEnter ( PointerEventData e ) : void
OnPointerExit ( PointerEventData e ) : void
Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnPointerClick() 공개 메소드

public OnPointerClick ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
리턴 void

OnPointerEnter() 공개 메소드

public OnPointerEnter ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
리턴 void

OnPointerExit() 공개 메소드

public OnPointerExit ( PointerEventData e ) : void
e UnityEngine.EventSystems.PointerEventData
리턴 void

Set() 공개 메소드

public Set ( Sprite sprite, Color color, bool selectable, Action callback ) : void
sprite Sprite
color Color
selectable bool
callback Action
리턴 void

프로퍼티 상세

Next 공개적으로 프로퍼티

public StackField, Next
리턴 StackField,

Previous 공개적으로 프로퍼티

public StackField, Previous
리턴 StackField,