|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| virtual void | Update (float dt) |
| override void | Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap) |
| virtual ComponentRider | FindNearbyRider (float range) |
| virtual void | ProcessRidingOrders () |
| Public 成员函数 继承自 GameEntitySystem.Component | |
| virtual IEnumerable< Entity > | GetOwnedEntities () |
| virtual void | OnEntityAdded () |
| virtual void | OnEntityRemoved () |
| virtual void | Save (ValuesDictionary valuesDictionary, EntityToIdMap entityToIdMap) |
| virtual void | Dispose () |
| virtual void | InheritFromComponent (Component baseComponent) |
| virtual void | Initialize (Entity entity, ValuesDictionary valuesDictionary) |
Public 属性 | |
| SubsystemTime | m_subsystemTime |
| SubsystemBodies | m_subsystemBodies |
| ComponentCreature | m_componentCreature |
| ComponentPathfinding | m_componentPathfinding |
| ComponentMount | m_componentMount |
| StateMachine | m_stateMachine = new() |
| float | m_importanceLevel |
| bool | m_isEnabled |
| Random | m_random = new() |
| DynamicArray< ComponentBody > | m_bodies = [] |
| float[] | m_speedLevels = [-0.33f, 0f, 0.33f, 0.66f, 1f] |
| int | m_speedLevel |
| float | m_speed |
| float | m_turnSpeed |
| float | m_speedChangeFactor |
| float | m_timeToSpeedReduction |
| double | m_lastNotBlockedTime |
| Public 属性 继承自 GameEntitySystem.Component | |
| Entity | m_entity |
| ValuesDictionary | m_valuesDictionary |
属性 | |
| int | SpeedOrder [get, set] |
| float | TurnOrder [get, set] |
| float | JumpOrder [get, set] |
| bool | WasOrderIssued [get, set] |
| UpdateOrder | UpdateOrder [get] |
| override float | ImportanceLevel [get] |
| 属性 继承自 Game.ComponentBehavior | |
| float | ImportanceLevel [get] |
| virtual bool | IsActive [get, set] |
| virtual string | DebugInfo [get] |
| 属性 继承自 GameEntitySystem.Component | |
| ValuesDictionary | ValuesDictionary [get] |
| Entity | Entity [get] |
| Project | Project [get] |
| bool | IsAddedToProject [get] |
| 属性 继承自 Game.IUpdateable | |
| float | FloatUpdateOrder [get] |
额外继承的成员函数 | |
| 包函数 继承自 GameEntitySystem.Component | |
| void | DisposeInternal () |
在文件 ComponentSteedBehavior.cs 第 6 行定义.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| DynamicArray<ComponentBody> Game.ComponentSteedBehavior.m_bodies = [] |
在文件 ComponentSteedBehavior.cs 第 25 行定义.
| ComponentCreature Game.ComponentSteedBehavior.m_componentCreature |
在文件 ComponentSteedBehavior.cs 第 11 行定义.
| ComponentMount Game.ComponentSteedBehavior.m_componentMount |
在文件 ComponentSteedBehavior.cs 第 15 行定义.
| ComponentPathfinding Game.ComponentSteedBehavior.m_componentPathfinding |
在文件 ComponentSteedBehavior.cs 第 13 行定义.
| float Game.ComponentSteedBehavior.m_importanceLevel |
在文件 ComponentSteedBehavior.cs 第 19 行定义.
| bool Game.ComponentSteedBehavior.m_isEnabled |
在文件 ComponentSteedBehavior.cs 第 21 行定义.
| double Game.ComponentSteedBehavior.m_lastNotBlockedTime |
在文件 ComponentSteedBehavior.cs 第 39 行定义.
| Random Game.ComponentSteedBehavior.m_random = new() |
在文件 ComponentSteedBehavior.cs 第 23 行定义.
| float Game.ComponentSteedBehavior.m_speed |
在文件 ComponentSteedBehavior.cs 第 31 行定义.
| float Game.ComponentSteedBehavior.m_speedChangeFactor |
在文件 ComponentSteedBehavior.cs 第 35 行定义.
| int Game.ComponentSteedBehavior.m_speedLevel |
在文件 ComponentSteedBehavior.cs 第 29 行定义.
| float [] Game.ComponentSteedBehavior.m_speedLevels = [-0.33f, 0f, 0.33f, 0.66f, 1f] |
在文件 ComponentSteedBehavior.cs 第 27 行定义.
| StateMachine Game.ComponentSteedBehavior.m_stateMachine = new() |
在文件 ComponentSteedBehavior.cs 第 17 行定义.
| SubsystemBodies Game.ComponentSteedBehavior.m_subsystemBodies |
在文件 ComponentSteedBehavior.cs 第 9 行定义.
| SubsystemTime Game.ComponentSteedBehavior.m_subsystemTime |
在文件 ComponentSteedBehavior.cs 第 7 行定义.
| float Game.ComponentSteedBehavior.m_timeToSpeedReduction |
在文件 ComponentSteedBehavior.cs 第 37 行定义.
| float Game.ComponentSteedBehavior.m_turnSpeed |
在文件 ComponentSteedBehavior.cs 第 33 行定义.
|
get |
在文件 ComponentSteedBehavior.cs 第 51 行定义.
|
getset |
在文件 ComponentSteedBehavior.cs 第 45 行定义.
|
getset |
在文件 ComponentSteedBehavior.cs 第 41 行定义.
|
getset |
在文件 ComponentSteedBehavior.cs 第 43 行定义.
|
get |
实现了 Game.IUpdateable.
在文件 ComponentSteedBehavior.cs 第 49 行定义.
|
getset |
在文件 ComponentSteedBehavior.cs 第 47 行定义.