C# 클래스 RatMover

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

공개 프로퍼티들

프로퍼티 타입 설명
Cheese GameObject
Player GameObject
Rock GameObject
actPhase int
speed float

공개 메소드들

메소드 설명
OnTriggerEnter2D ( Collider2D other ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
PushRock ( ) : IEnumerator

메소드 상세

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Cheese 공개적으로 프로퍼티

public GameObject Cheese
리턴 GameObject

Player 공개적으로 프로퍼티

public GameObject Player
리턴 GameObject

Rock 공개적으로 프로퍼티

public GameObject Rock
리턴 GameObject

actPhase 공개적으로 프로퍼티

public int actPhase
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float