C# 클래스 SmallLoopToBubble

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/stardust

공개 프로퍼티들

프로퍼티 타입 설명
AnimEnd bool
SmallBubble GameObject
SmallLoopCollider UnityEngine.Collider2D
star GameObject

공개 메소드들

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

메소드 상세

OnMouseDown() 공개 메소드

public OnMouseDown ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

AnimEnd 공개적으로 프로퍼티

public bool AnimEnd
리턴 bool

SmallBubble 공개적으로 프로퍼티

public GameObject SmallBubble
리턴 GameObject

SmallLoopCollider 공개적으로 프로퍼티

public Collider2D,UnityEngine SmallLoopCollider
리턴 UnityEngine.Collider2D

star 공개적으로 프로퍼티

public GameObject star
리턴 GameObject