Свойство | Тип | Описание | |
---|---|---|---|
ClientOrSingle_SoundPlay | void | ||
Client_ReceiveIndex | void | ||
Client_ReceiveMoveBegin | void | ||
Client_ReceiveMoveFinish | void | ||
Client_ReceivePosition | void | ||
CreateAttachedMesh | void | ||
CreateMesh | void | ||
DestroyAttachedMesh | void | ||
DestroyMesh | void | ||
Server_ReceiveMoveTryToBegin | void | ||
Server_ReceiveMoveTryToFinish | void | ||
Server_ReceiveMoveUpdatePosition | void | ||
Server_SendIndexToClients | void | ||
Server_SendPositionToClients | void |
Метод | Описание | |
---|---|---|
Client_MoveTryToBegin ( ) : void | ||
Client_MoveTryToFinish ( ) : void | ||
Client_MoveUpdatePosition ( Vec2 newPosition ) : void | ||
ServerOrSingle_MoveFinish ( ) : void | ||
ServerOrSingle_MoveUpdatePosition ( Vec2 newPosition ) : void | ||
ServerOrSingle_SetIndex ( Vec2i index ) : void | ||
Server_MoveBegin ( |
||
Single_MoveBegin ( ) : void |
Метод | Описание | |
---|---|---|
OnCalculateMapBounds ( Bounds &bounds ) : void | ||
OnDestroy ( ) : void | ||
OnPostCreate ( bool loaded ) : void | ||
OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void | ||
OnTick ( ) : void | ||
Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
Server_OnClientDisconnected ( RemoteEntityWorld remoteEntityWorld ) : void |
Метод | Описание | |
---|---|---|
ClientOrSingle_SoundPlay ( string soundName ) : void | ||
Client_ReceiveIndex ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Client_ReceiveMoveBegin ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Client_ReceiveMoveFinish ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Client_ReceivePosition ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
CreateAttachedMesh ( ) : void | ||
CreateMesh ( ) : void | ||
DestroyAttachedMesh ( ) : void | ||
DestroyMesh ( ) : void | ||
Server_ReceiveMoveTryToBegin ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Server_ReceiveMoveTryToFinish ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Server_ReceiveMoveUpdatePosition ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Server_SendIndexToClients ( IList |
||
Server_SendPositionToClients ( IList |
public Client_MoveUpdatePosition ( Vec2 newPosition ) : void | ||
newPosition | Vec2 | |
Результат | void |
protected OnCalculateMapBounds ( Bounds &bounds ) : void | ||
bounds | Bounds | |
Результат | void |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
Результат | void |
protected OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void | ||
pos | Vec3 | |
rot | Quat | |
scl | Vec3 | |
Результат | void |
public ServerOrSingle_MoveFinish ( ) : void | ||
Результат | void |
public ServerOrSingle_MoveUpdatePosition ( Vec2 newPosition ) : void | ||
newPosition | Vec2 | |
Результат | void |
public ServerOrSingle_SetIndex ( Vec2i index ) : void | ||
index | Vec2i | |
Результат | void |
public Server_MoveBegin ( |
||
user | ||
Результат | void |
protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
Результат | void |
protected Server_OnClientDisconnected ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
Результат | void |