|
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 ? Vector3 | FindDestination () |
| 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 属性 | |
| SubsystemTerrain | m_subsystemTerrain |
| SubsystemTime | m_subsystemTime |
| ComponentCreature | m_componentCreature |
| ComponentPathfinding | m_componentPathfinding |
| ComponentMiner | m_componentMiner |
| ComponentFishModel | m_componentFishModel |
| ComponentSwimAwayBehavior | m_componentSwimAwayBehavior |
| StateMachine | m_stateMachine = new() |
| Random | m_random = new() |
| float | m_importanceLevel |
| double | m_sinkTime |
| double | m_digInTime |
| double | m_digOutTime = double.NegativeInfinity |
| float | m_maxDigInDepth |
| int | m_digInBlockIndex |
| ComponentBody | m_collidedWithBody |
| Public 属性 继承自 GameEntitySystem.Component | |
| Entity | m_entity |
| ValuesDictionary | m_valuesDictionary |
属性 | |
| 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 () |
在文件 ComponentDigInMudBehavior.cs 第 6 行定义.
|
virtual |
|
virtual |
|
virtual |
实现了 Game.IUpdateable.
在文件 ComponentDigInMudBehavior.cs 第 43 行定义.
| ComponentBody Game.ComponentDigInMudBehavior.m_collidedWithBody |
在文件 ComponentDigInMudBehavior.cs 第 37 行定义.
| ComponentCreature Game.ComponentDigInMudBehavior.m_componentCreature |
在文件 ComponentDigInMudBehavior.cs 第 11 行定义.
| ComponentFishModel Game.ComponentDigInMudBehavior.m_componentFishModel |
在文件 ComponentDigInMudBehavior.cs 第 17 行定义.
| ComponentMiner Game.ComponentDigInMudBehavior.m_componentMiner |
在文件 ComponentDigInMudBehavior.cs 第 15 行定义.
| ComponentPathfinding Game.ComponentDigInMudBehavior.m_componentPathfinding |
在文件 ComponentDigInMudBehavior.cs 第 13 行定义.
| ComponentSwimAwayBehavior Game.ComponentDigInMudBehavior.m_componentSwimAwayBehavior |
在文件 ComponentDigInMudBehavior.cs 第 19 行定义.
| int Game.ComponentDigInMudBehavior.m_digInBlockIndex |
在文件 ComponentDigInMudBehavior.cs 第 35 行定义.
| double Game.ComponentDigInMudBehavior.m_digInTime |
在文件 ComponentDigInMudBehavior.cs 第 29 行定义.
| double Game.ComponentDigInMudBehavior.m_digOutTime = double.NegativeInfinity |
在文件 ComponentDigInMudBehavior.cs 第 31 行定义.
| float Game.ComponentDigInMudBehavior.m_importanceLevel |
在文件 ComponentDigInMudBehavior.cs 第 25 行定义.
| float Game.ComponentDigInMudBehavior.m_maxDigInDepth |
在文件 ComponentDigInMudBehavior.cs 第 33 行定义.
| Random Game.ComponentDigInMudBehavior.m_random = new() |
在文件 ComponentDigInMudBehavior.cs 第 23 行定义.
| double Game.ComponentDigInMudBehavior.m_sinkTime |
在文件 ComponentDigInMudBehavior.cs 第 27 行定义.
| StateMachine Game.ComponentDigInMudBehavior.m_stateMachine = new() |
在文件 ComponentDigInMudBehavior.cs 第 21 行定义.
| SubsystemTerrain Game.ComponentDigInMudBehavior.m_subsystemTerrain |
在文件 ComponentDigInMudBehavior.cs 第 7 行定义.
| SubsystemTime Game.ComponentDigInMudBehavior.m_subsystemTime |
在文件 ComponentDigInMudBehavior.cs 第 9 行定义.
|
get |
在文件 ComponentDigInMudBehavior.cs 第 41 行定义.
|
get |
实现了 Game.IUpdateable.
在文件 ComponentDigInMudBehavior.cs 第 39 行定义.