C# 클래스 playerControl, Bad-monsters

상속: MonoBehaviour
파일 보기 프로젝트 열기: Gennyi/Bad-monsters 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
inventory ArrayList
score int
speed float

비공개 메소드들

메소드 설명
Flip ( ) : void
OnGUI ( ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

inventory 공개적으로 정적으로 프로퍼티

public static ArrayList inventory
리턴 ArrayList

score 공개적으로 정적으로 프로퍼티

public static int score
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float