C# 클래스 Mario, Final_Project_Main

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

공개 프로퍼티들

프로퍼티 타입 설명
counter float
hit1 bool
hit2 bool
hit3 bool
mario1 GameObject
mario2 GameObject
mario3 GameObject
mario4 GameObject
spawner GameObject

공개 메소드들

메소드 설명
CounterCheck ( ) : void
LateUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void

메소드 상세

CounterCheck() 공개 메소드

public CounterCheck ( ) : void
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

프로퍼티 상세

counter 공개적으로 프로퍼티

public float counter
리턴 float

hit1 공개적으로 프로퍼티

public bool hit1
리턴 bool

hit2 공개적으로 프로퍼티

public bool hit2
리턴 bool

hit3 공개적으로 프로퍼티

public bool hit3
리턴 bool

mario1 공개적으로 프로퍼티

public GameObject mario1
리턴 GameObject

mario2 공개적으로 프로퍼티

public GameObject mario2
리턴 GameObject

mario3 공개적으로 프로퍼티

public GameObject mario3
리턴 GameObject

mario4 공개적으로 프로퍼티

public GameObject mario4
리턴 GameObject

spawner 공개적으로 프로퍼티

public GameObject spawner
리턴 GameObject