C# 클래스 SkylinesMultiplayer.MessageUpdatePlayerPosition

상속: Message
파일 보기 프로젝트 열기: Fr0sZ/Skylines-Multiplayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
playerId int
position Vector3
rotation Vector3

공개 메소드들

메소드 설명
OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void

메소드 상세

OnCalled() 공개 메소드

public OnCalled ( Message msg, NetIncomingMessage netMsg = null ) : void
msg Message
netMsg Lidgren.Network.NetIncomingMessage
리턴 void

프로퍼티 상세

playerId 공개적으로 프로퍼티

public int playerId
리턴 int

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

rotation 공개적으로 프로퍼티

public Vector3 rotation
리턴 Vector3