Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Game.ComponentDigInMudBehavior
类 Game.ComponentDigInMudBehavior 继承关系图:
Game.ComponentDigInMudBehavior 的协作图:

Public 成员函数

virtual void Update (float dt)
override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
virtual ? Vector3 FindDestination ()
Public 成员函数 继承自 GameEntitySystem.Component
virtual IEnumerable< EntityGetOwnedEntities ()
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.cs6 行定义.

成员函数说明

◆ FindDestination()

virtual ? Vector3 Game.ComponentDigInMudBehavior.FindDestination ( )
virtual

在文件 ComponentDigInMudBehavior.cs134 行定义.

函数调用图:

◆ Load()

override void Game.ComponentDigInMudBehavior.Load ( ValuesDictionary valuesDictionary,
IdToEntityMap idToEntityMap )
virtual

重载 GameEntitySystem.Component .

在文件 ComponentDigInMudBehavior.cs48 行定义.

函数调用图:

◆ Update()

virtual void Game.ComponentDigInMudBehavior.Update ( float dt)
virtual

实现了 Game.IUpdateable.

在文件 ComponentDigInMudBehavior.cs43 行定义.

类成员变量说明

◆ m_collidedWithBody

ComponentBody Game.ComponentDigInMudBehavior.m_collidedWithBody

在文件 ComponentDigInMudBehavior.cs37 行定义.

◆ m_componentCreature

ComponentCreature Game.ComponentDigInMudBehavior.m_componentCreature

在文件 ComponentDigInMudBehavior.cs11 行定义.

◆ m_componentFishModel

ComponentFishModel Game.ComponentDigInMudBehavior.m_componentFishModel

在文件 ComponentDigInMudBehavior.cs17 行定义.

◆ m_componentMiner

ComponentMiner Game.ComponentDigInMudBehavior.m_componentMiner

在文件 ComponentDigInMudBehavior.cs15 行定义.

◆ m_componentPathfinding

ComponentPathfinding Game.ComponentDigInMudBehavior.m_componentPathfinding

在文件 ComponentDigInMudBehavior.cs13 行定义.

◆ m_componentSwimAwayBehavior

ComponentSwimAwayBehavior Game.ComponentDigInMudBehavior.m_componentSwimAwayBehavior

在文件 ComponentDigInMudBehavior.cs19 行定义.

◆ m_digInBlockIndex

int Game.ComponentDigInMudBehavior.m_digInBlockIndex

在文件 ComponentDigInMudBehavior.cs35 行定义.

◆ m_digInTime

double Game.ComponentDigInMudBehavior.m_digInTime

在文件 ComponentDigInMudBehavior.cs29 行定义.

◆ m_digOutTime

double Game.ComponentDigInMudBehavior.m_digOutTime = double.NegativeInfinity

在文件 ComponentDigInMudBehavior.cs31 行定义.

◆ m_importanceLevel

float Game.ComponentDigInMudBehavior.m_importanceLevel

在文件 ComponentDigInMudBehavior.cs25 行定义.

◆ m_maxDigInDepth

float Game.ComponentDigInMudBehavior.m_maxDigInDepth

在文件 ComponentDigInMudBehavior.cs33 行定义.

◆ m_random

Random Game.ComponentDigInMudBehavior.m_random = new()

在文件 ComponentDigInMudBehavior.cs23 行定义.

◆ m_sinkTime

double Game.ComponentDigInMudBehavior.m_sinkTime

在文件 ComponentDigInMudBehavior.cs27 行定义.

◆ m_stateMachine

StateMachine Game.ComponentDigInMudBehavior.m_stateMachine = new()

在文件 ComponentDigInMudBehavior.cs21 行定义.

◆ m_subsystemTerrain

SubsystemTerrain Game.ComponentDigInMudBehavior.m_subsystemTerrain

在文件 ComponentDigInMudBehavior.cs7 行定义.

◆ m_subsystemTime

SubsystemTime Game.ComponentDigInMudBehavior.m_subsystemTime

在文件 ComponentDigInMudBehavior.cs9 行定义.

属性说明

◆ ImportanceLevel

override float Game.ComponentDigInMudBehavior.ImportanceLevel
get

在文件 ComponentDigInMudBehavior.cs41 行定义.

◆ UpdateOrder

UpdateOrder Game.ComponentDigInMudBehavior.UpdateOrder
get

实现了 Game.IUpdateable.

在文件 ComponentDigInMudBehavior.cs39 行定义.


该类的文档由以下文件生成: