My Project v1
Project
载入中...
搜索中...
未找到
Game.ComponentFlyAroundBehavior
类 Game.ComponentFlyAroundBehavior 继承关系图:
Game.ComponentFlyAroundBehavior 的协作图:

Public 成员函数

void Update (float dt)
 
override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
 
virtual float EstimateHeight (Vector2 position, int radius)
 
- Public 成员函数 继承自 Game.IUpdateable

Public 属性

SubsystemTerrain m_subsystemTerrain
 
ComponentCreature m_componentCreature
 
ComponentPathfinding m_componentPathfinding
 
StateMachine m_stateMachine = new()
 
float m_angle
 
float m_importanceLevel = 1f
 
Random m_random = new()
 

属性

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]
 

成员函数说明

◆ EstimateHeight()

virtual float Game.ComponentFlyAroundBehavior.EstimateHeight ( Vector2 position,
int radius )
virtual
函数调用图:
这是这个函数的调用关系图:

◆ Load()

override void Game.ComponentFlyAroundBehavior.Load ( ValuesDictionary valuesDictionary,
IdToEntityMap idToEntityMap )
函数调用图:

◆ Update()

void Game.ComponentFlyAroundBehavior.Update ( float dt)

实现了 Game.IUpdateable.

函数调用图:

类成员变量说明

◆ m_angle

float Game.ComponentFlyAroundBehavior.m_angle

◆ m_componentCreature

ComponentCreature Game.ComponentFlyAroundBehavior.m_componentCreature

◆ m_componentPathfinding

ComponentPathfinding Game.ComponentFlyAroundBehavior.m_componentPathfinding

◆ m_importanceLevel

float Game.ComponentFlyAroundBehavior.m_importanceLevel = 1f

◆ m_random

Random Game.ComponentFlyAroundBehavior.m_random = new()

◆ m_stateMachine

StateMachine Game.ComponentFlyAroundBehavior.m_stateMachine = new()

◆ m_subsystemTerrain

SubsystemTerrain Game.ComponentFlyAroundBehavior.m_subsystemTerrain

属性说明

◆ ImportanceLevel

override float Game.ComponentFlyAroundBehavior.ImportanceLevel
get

◆ UpdateOrder

UpdateOrder Game.ComponentFlyAroundBehavior.UpdateOrder
get

实现了 Game.IUpdateable.


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