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

Public 成员函数

virtual void Update (float dt)
override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
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 属性

SubsystemTime m_subsystemTime
ComponentCreature m_componentCreature
StateMachine m_stateMachine = new()
Random m_random = new()
float m_lookAroundTime
float m_importanceLevel
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 ()

详细描述

在文件 ComponentLookAroundBehavior.cs5 行定义.

成员函数说明

◆ Load()

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

◆ Update()

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

实现了 Game.IUpdateable.

在文件 ComponentLookAroundBehavior.cs22 行定义.

类成员变量说明

◆ m_componentCreature

ComponentCreature Game.ComponentLookAroundBehavior.m_componentCreature

在文件 ComponentLookAroundBehavior.cs8 行定义.

◆ m_importanceLevel

float Game.ComponentLookAroundBehavior.m_importanceLevel

在文件 ComponentLookAroundBehavior.cs16 行定义.

◆ m_lookAroundTime

float Game.ComponentLookAroundBehavior.m_lookAroundTime

在文件 ComponentLookAroundBehavior.cs14 行定义.

◆ m_random

Random Game.ComponentLookAroundBehavior.m_random = new()

在文件 ComponentLookAroundBehavior.cs12 行定义.

◆ m_stateMachine

StateMachine Game.ComponentLookAroundBehavior.m_stateMachine = new()

在文件 ComponentLookAroundBehavior.cs10 行定义.

◆ m_subsystemTime

SubsystemTime Game.ComponentLookAroundBehavior.m_subsystemTime

在文件 ComponentLookAroundBehavior.cs6 行定义.

属性说明

◆ ImportanceLevel

override float Game.ComponentLookAroundBehavior.ImportanceLevel
get

在文件 ComponentLookAroundBehavior.cs20 行定义.

◆ UpdateOrder

UpdateOrder Game.ComponentLookAroundBehavior.UpdateOrder
get

实现了 Game.IUpdateable.

在文件 ComponentLookAroundBehavior.cs18 行定义.


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