C# 클래스 PickUpItemSwitch, IntScript-FL15

상속: MonoBehaviour
파일 보기 프로젝트 열기: brianisbrilliant/IntScript-FL15

공개 프로퍼티들

프로퍼티 타입 설명
itemCount int
items List
player Transform

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void
ShootBullets ( ) : void
ShowCurrentItem ( int itemNum ) : void
Update ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

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

ShootBullets() 공개 메소드

public ShootBullets ( ) : void
리턴 void

ShowCurrentItem() 공개 메소드

public ShowCurrentItem ( int itemNum ) : void
itemNum int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

itemCount 공개적으로 프로퍼티

public int itemCount
리턴 int

items 공개적으로 프로퍼티

public List items
리턴 List

player 공개적으로 프로퍼티

public Transform player
리턴 Transform