|
My Project v1
Project
|


Public 成员函数 | |
| void | Update (float dt) |
| override void | Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap) |
Public 成员函数 继承自 Game.IUpdateable | |
Public 属性 | |
| SubsystemTime | m_subsystemTime |
| ComponentCreature | m_componentCreature |
| StateMachine | m_stateMachine = new() |
| Random | m_random = new() |
| float | m_lookAroundTime |
| float | m_importanceLevel |
属性 | |
| 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] |
| override void Game.ComponentLookAroundBehavior.Load | ( | ValuesDictionary | valuesDictionary, |
| IdToEntityMap | idToEntityMap ) |

| void Game.ComponentLookAroundBehavior.Update | ( | float | dt | ) |
| ComponentCreature Game.ComponentLookAroundBehavior.m_componentCreature |
| float Game.ComponentLookAroundBehavior.m_importanceLevel |
| float Game.ComponentLookAroundBehavior.m_lookAroundTime |
| Random Game.ComponentLookAroundBehavior.m_random = new() |
| StateMachine Game.ComponentLookAroundBehavior.m_stateMachine = new() |
| SubsystemTime Game.ComponentLookAroundBehavior.m_subsystemTime |
|
get |
|
get |
实现了 Game.IUpdateable.