C# 클래스 SkylinesMultiplayer.MessagePlayerShotBullet

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

공개 프로퍼티들

프로퍼티 타입 설명
damage int
hitDirection Vector3
hitPlayerId int
hitPosition Vector3
playerId int

공개 메소드들

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

메소드 상세

OnCalled() 공개 메소드

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

프로퍼티 상세

damage 공개적으로 프로퍼티

public int damage
리턴 int

hitDirection 공개적으로 프로퍼티

public Vector3 hitDirection
리턴 Vector3

hitPlayerId 공개적으로 프로퍼티

public int hitPlayerId
리턴 int

hitPosition 공개적으로 프로퍼티

public Vector3 hitPosition
리턴 Vector3

playerId 공개적으로 프로퍼티

public int playerId
리턴 int