C# Класс GameEntities.Fan

Defines a fans.
It is necessary that in physical model there was a Engine.PhysicsSystem.GearedMotor with a name "bladesMotor".
Наследование: Dynamic
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CalculateVelocityCoefficient float
Client_ReceiveVelocityCoefficient void
Server_SendVelocityCoefficientToClients void
Server_TickSendVelocityCoefficientToAllClients void
UpdateParticlesForceCoefficient void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
CalculateVelocityCoefficient ( ) : float
Client_ReceiveVelocityCoefficient ( RemoteEntityWorld sender, ReceiveDataReader reader ) : void
Server_SendVelocityCoefficientToClients ( IList remoteEntityWorlds, float value ) : void
Server_TickSendVelocityCoefficientToAllClients ( ) : void
UpdateParticlesForceCoefficient ( float forceCoefficient ) : void

Описание методов

Client_OnTick() защищенный Метод

protected Client_OnTick ( ) : void
Результат void

OnDestroy() защищенный Метод

Overridden from Engine.EntitySystem.Entity.OnDestroy().
protected OnDestroy ( ) : void
Результат void

OnPostCreate() защищенный Метод

Overridden from Engine.EntitySystem.Entity.OnPostCreate(Boolean).
protected OnPostCreate ( bool loaded ) : void
loaded bool
Результат void

OnSetTransform() защищенный Метод

Overridden from Engine.MapSystem.MapObject.OnSetTransform(ref Vec3,ref Quat,ref Vec3).
protected OnSetTransform ( Vec3 &pos, Quat &rot, Vec3 &scl ) : void
pos Vec3
rot Quat
scl Vec3
Результат void

OnTick() защищенный Метод

Overridden from Engine.EntitySystem.Entity.OnTick().
protected OnTick ( ) : void
Результат void

Server_OnClientConnectedBeforePostCreate() защищенный Метод

protected Server_OnClientConnectedBeforePostCreate ( RemoteEntityWorld remoteEntityWorld ) : void
remoteEntityWorld RemoteEntityWorld
Результат void