|
My Project v1
Project
|


Public 成员函数 | |
| void | Update (float dt) |
| override void | Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap) |
| virtual ? Vector3 | FindSurfaceDestination () |
Public 成员函数 继承自 Game.IUpdateable | |
属性 | |
| UpdateOrder | UpdateOrder [get] |
| override float | ImportanceLevel [get] |
属性 继承自 Game.ComponentBehavior | |
| float | ImportanceLevel [get] |
| virtual bool | IsActive [get, set] |
| virtual string | DebugInfo [get] |
属性 继承自 Game.IUpdateable | |
| float | FloatUpdateOrder [get] |
|
virtual |


| override void Game.ComponentCetaceanBreatheBehavior.Load | ( | ValuesDictionary | valuesDictionary, |
| IdToEntityMap | idToEntityMap ) |

| void Game.ComponentCetaceanBreatheBehavior.Update | ( | float | dt | ) |
| ComponentCreature Game.ComponentCetaceanBreatheBehavior.m_componentCreature |
| ComponentPathfinding Game.ComponentCetaceanBreatheBehavior.m_componentPathfinding |
| float Game.ComponentCetaceanBreatheBehavior.m_importanceLevel |
| WhalePlumeParticleSystem Game.ComponentCetaceanBreatheBehavior.m_particleSystem |
| Random Game.ComponentCetaceanBreatheBehavior.m_random = new() |
| StateMachine Game.ComponentCetaceanBreatheBehavior.m_stateMachine = new() |
| SubsystemAudio Game.ComponentCetaceanBreatheBehavior.m_subsystemAudio |
| SubsystemParticles Game.ComponentCetaceanBreatheBehavior.m_subsystemParticles |
| SubsystemTerrain Game.ComponentCetaceanBreatheBehavior.m_subsystemTerrain |
|
get |
|
get |
实现了 Game.IUpdateable.