C# 클래스 ItemDropManager, Mathius_DOE

파일 보기 프로젝트 열기: RandomNPC/Mathius_DOE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_items GameObject[]

공개 메소드들

메소드 설명
drop_item ( Vector3 position, GameObject parent ) : void

메소드 상세

drop_item() 공개 메소드

public drop_item ( Vector3 position, GameObject parent ) : void
position Vector3
parent GameObject
리턴 void

프로퍼티 상세

_items 공개적으로 프로퍼티

public GameObject[] _items
리턴 GameObject[]