Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SkylinesMultiplayer
MessageUpdatePlayerPosition
C# Class SkylinesMultiplayer.MessageUpdatePlayerPosition
Inheritance:
Message
Show file
Open project: Fr0sZ/Skylines-Multiplayer
Class Usage Examples
Public Properties
Property
Type
Description
playerId
int
position
Vector3
rotation
Vector3
Public Methods
Method
Description
OnCalled
(
Message
msg
,
NetIncomingMessage
netMsg
= null ) :
void
Method Details
OnCalled()
public
method
public
OnCalled
(
Message
msg
,
NetIncomingMessage
netMsg
= null ) :
void
msg
Message
netMsg
Lidgren.Network.NetIncomingMessage
return
void
Property Details
playerId
public property
public
int
playerId
return
int
position
public property
public
Vector3
position
return
Vector3
rotation
public property
public
Vector3
rotation
return
Vector3