Property | Type | Description | |
---|---|---|---|
CalculateVelocityCoefficient | float | ||
Client_ReceiveVelocityCoefficient | void | ||
Server_SendVelocityCoefficientToClients | void | ||
Server_TickSendVelocityCoefficientToAllClients | void | ||
UpdateParticlesForceCoefficient | void |
Method | Description | |
---|---|---|
Client_OnTick ( ) : void | ||
OnDestroy ( ) : void |
Overridden from Engine.EntitySystem.Entity.OnDestroy().
|
|
OnPostCreate ( bool loaded ) : void |
Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
|
|
OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void |
Overridden from Engine.MapSystem.MapObject.OnSetTransform(ref Vec3,ref Quat,ref Vec3).
|
|
OnTick ( ) : void |
Overridden from Engine.EntitySystem.Entity.OnTick().
|
|
Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void |
Method | Description | |
---|---|---|
CalculateVelocityCoefficient ( ) : float | ||
Client_ReceiveVelocityCoefficient ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void | ||
Server_SendVelocityCoefficientToClients ( IList |
||
Server_TickSendVelocityCoefficientToAllClients ( ) : void | ||
UpdateParticlesForceCoefficient ( float forceCoefficient ) : void |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
return | void |
protected OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void | ||
pos | Vec3 | |
rot | Quat | |
scl | Vec3 | |
return | void |
protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void | ||
remoteEntityWorld | RemoteEntityWorld | |
return | void |