C# 클래스 FBServer.Core.Player

상속: BasePlayer
파일 보기 프로젝트 열기: Noxalus/Final-Bomber 1 사용 예제들

공개 메소드들

메소드 설명
Destroy ( ) : void
MovePlayer ( BaseMap map, float customDeltaTime = null ) : void
Player ( int id ) : System
Player ( int id, PlayerStats stats ) : System
Remove ( ) : void
SetLookDirection ( LookDirection direction, double ping = null ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
RealMovePlayer ( float customDeltaTime = null ) : bool
SendPosition ( bool exceptMe = true ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

MovePlayer() 공개 메소드

public MovePlayer ( BaseMap map, float customDeltaTime = null ) : void
map FBLibrary.Core.BaseEntities.BaseMap
customDeltaTime float
리턴 void

Player() 공개 메소드

public Player ( int id ) : System
id int
리턴 System

Player() 공개 메소드

public Player ( int id, PlayerStats stats ) : System
id int
stats FBLibrary.Core.PlayerStats
리턴 System

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

SetLookDirection() 공개 메소드

public SetLookDirection ( LookDirection direction, double ping = null ) : void
direction LookDirection
ping double
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void