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

Public 成员函数

virtual bool IsPickableInAttractRange (Pickable pickable, float distanceToTargetSquare)
 
virtual bool IsPickableInGatherRange (Pickable pickable, float distanceToTargetSquare)
 
virtual bool CanGatherPickable (Pickable pickable)
 
virtual void GatherPickable (Pickable pickable)
 
virtual void Update (float dt)
 
override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
 

Public 属性

Vector3 Position
 
SubsystemPickables m_subsystemPickables
 
ComponentBody m_componentBody
 
SubsystemBlockBehaviors m_subsystemBlockBehaviors
 
SubsystemAudio m_subsystemAudio
 
SubsystemGameInfo m_subsystemGameInfo
 

属性

UpdateOrder UpdateOrder [get]
 

成员函数说明

◆ CanGatherPickable()

virtual bool Game.ComponentPickableGatherer.CanGatherPickable ( Pickable pickable)
virtual

Game.ComponentPickableGathererPlayer 重载.

这是这个函数的调用关系图:

◆ GatherPickable()

virtual void Game.ComponentPickableGatherer.GatherPickable ( Pickable pickable)
virtual

Game.ComponentPickableGathererPlayer 重载.

这是这个函数的调用关系图:

◆ IsPickableInAttractRange()

virtual bool Game.ComponentPickableGatherer.IsPickableInAttractRange ( Pickable pickable,
float distanceToTargetSquare )
virtual
这是这个函数的调用关系图:

◆ IsPickableInGatherRange()

virtual bool Game.ComponentPickableGatherer.IsPickableInGatherRange ( Pickable pickable,
float distanceToTargetSquare )
virtual
这是这个函数的调用关系图:

◆ Load()

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

◆ Update()

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

Game.ComponentPickableGathererPlayer 重载.

函数调用图:

类成员变量说明

◆ m_componentBody

ComponentBody Game.ComponentPickableGatherer.m_componentBody

◆ m_subsystemAudio

SubsystemAudio Game.ComponentPickableGatherer.m_subsystemAudio

◆ m_subsystemBlockBehaviors

SubsystemBlockBehaviors Game.ComponentPickableGatherer.m_subsystemBlockBehaviors

◆ m_subsystemGameInfo

SubsystemGameInfo Game.ComponentPickableGatherer.m_subsystemGameInfo

◆ m_subsystemPickables

SubsystemPickables Game.ComponentPickableGatherer.m_subsystemPickables

◆ Position

Vector3 Game.ComponentPickableGatherer.Position

属性说明

◆ UpdateOrder

UpdateOrder Game.ComponentPickableGatherer.UpdateOrder
get

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