|
My Project v1
Project
|


Public 成员函数 | |
| void | Update (float dt) |
| override void | Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap) |
| virtual Vector3 | FindDestination () |
| virtual float | ScoreDestination (Vector3 destination) |
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.ComponentWalkAroundBehavior.Load | ( | ValuesDictionary | valuesDictionary, |
| IdToEntityMap | idToEntityMap ) |

|
virtual |


| void Game.ComponentWalkAroundBehavior.Update | ( | float | dt | ) |
| ComponentCreature Game.ComponentWalkAroundBehavior.m_componentCreature |
| ComponentPathfinding Game.ComponentWalkAroundBehavior.m_componentPathfinding |
| float Game.ComponentWalkAroundBehavior.m_importanceLevel |
| Random Game.ComponentWalkAroundBehavior.m_random = new() |
| StateMachine Game.ComponentWalkAroundBehavior.m_stateMachine = new() |
| SubsystemTerrain Game.ComponentWalkAroundBehavior.m_subsystemTerrain |
| SubsystemTime Game.ComponentWalkAroundBehavior.m_subsystemTime |
|
get |
|
get |
实现了 Game.IUpdateable.