C# 클래스 BolterLibrary.AllEntities.Entity

파일 보기 프로젝트 열기: usagiuke/BolterV2

공개 메소드들

메소드 설명
GetBuffDebuff ( int index ) : BuffStruct
Move ( float distance, Direction direction ) : void
Warp ( float x, float z, float y ) : void

메소드 상세

GetBuffDebuff() 공개 메소드

public GetBuffDebuff ( int index ) : BuffStruct
index int
리턴 BuffStruct

Move() 공개 메소드

public Move ( float distance, Direction direction ) : void
distance float
direction Direction
리턴 void

Warp() 공개 메소드

public Warp ( float x, float z, float y ) : void
x float
z float
y float
리턴 void