C# 클래스 ImageTextDemo, UGUIPlugin

상속: MonoBehaviour
파일 보기 프로젝트 열기: l980305284/UGUIPlugin

공개 프로퍼티들

프로퍼티 타입 설명
cube GameObject
icon Image
image1 Image
image2 Image
image3 Image
rectTran UnityEngine.RectTransform
text Text

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CubeOnDrag ( GameObject go, PointerEventData data ) : void
IconChangeOnClick ( GameObject go, PointerEventData data ) : void
ImageDepthOnClick ( GameObject go, PointerEventData data ) : void
RegisterEventListener ( ) : void
SpriteOnDrag ( GameObject go, PointerEventData data ) : void
TextDepthOnClick ( GameObject go, PointerEventData data ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

cube 공개적으로 프로퍼티

public GameObject cube
리턴 GameObject

icon 공개적으로 프로퍼티

public Image icon
리턴 Image

image1 공개적으로 프로퍼티

public Image image1
리턴 Image

image2 공개적으로 프로퍼티

public Image image2
리턴 Image

image3 공개적으로 프로퍼티

public Image image3
리턴 Image

rectTran 공개적으로 프로퍼티

public RectTransform,UnityEngine rectTran
리턴 UnityEngine.RectTransform

text 공개적으로 프로퍼티

public Text text
리턴 Text