C# 클래스 DropConfig, Aegina

Utiliser cette classe pour creer une nouvelle configuration de drop.
파일 보기 프로젝트 열기: JMounier/Aegina 1 사용 예제들

공개 메소드들

메소드 설명
DropConfig ( ) : System.Collections
DropConfig ( int itemID, int quantity ) : System.Collections
DropConfig ( int itemID, int min, int max ) : System.Collections
Loot ( Vector3 position, Vector3 force ) : void

메소드 상세

DropConfig() 공개 메소드

public DropConfig ( ) : System.Collections
리턴 System.Collections

DropConfig() 공개 메소드

public DropConfig ( int itemID, int quantity ) : System.Collections
itemID int
quantity int
리턴 System.Collections

DropConfig() 공개 메소드

public DropConfig ( int itemID, int min, int max ) : System.Collections
itemID int
min int
max int
리턴 System.Collections

Loot() 공개 메소드

public Loot ( Vector3 position, Vector3 force ) : void
position Vector3
force Vector3
리턴 void