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

Public 成员函数

override void Load (ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
 
override void Save (ValuesDictionary valuesDictionary, EntityToIdMap entityToIdMap)
 

Public 属性

SubsystemPlayerStats m_subsystemPlayerStats
 
string[] m_killVerbs
 

属性

ComponentBody ComponentBody [get, set]
 
ComponentHealth ComponentHealth [get, set]
 
ComponentSpawn ComponentSpawn [get, set]
 
ComponentCreatureModel ComponentCreatureModel [get, set]
 
ComponentCreatureSounds ComponentCreatureSounds [get, set]
 
ComponentLocomotion ComponentLocomotion [get, set]
 
PlayerStats PlayerStats [get]
 
bool ConstantSpawn [get, set]
 
CreatureCategory Category [get, set]
 
string DisplayName [get, set]
 
ReadOnlyList< string > KillVerbs [get]
 

成员函数说明

◆ Load()

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

◆ Save()

override void Game.ComponentCreature.Save ( ValuesDictionary valuesDictionary,
EntityToIdMap entityToIdMap )

类成员变量说明

◆ m_killVerbs

string [] Game.ComponentCreature.m_killVerbs

◆ m_subsystemPlayerStats

SubsystemPlayerStats Game.ComponentCreature.m_subsystemPlayerStats

属性说明

◆ Category

CreatureCategory Game.ComponentCreature.Category
getset

◆ ComponentBody

ComponentBody Game.ComponentCreature.ComponentBody
getset

◆ ComponentCreatureModel

ComponentCreatureModel Game.ComponentCreature.ComponentCreatureModel
getset

◆ ComponentCreatureSounds

ComponentCreatureSounds Game.ComponentCreature.ComponentCreatureSounds
getset

◆ ComponentHealth

ComponentHealth Game.ComponentCreature.ComponentHealth
getset

◆ ComponentLocomotion

ComponentLocomotion Game.ComponentCreature.ComponentLocomotion
getset

◆ ComponentSpawn

ComponentSpawn Game.ComponentCreature.ComponentSpawn
getset

◆ ConstantSpawn

bool Game.ComponentCreature.ConstantSpawn
getset

◆ DisplayName

string Game.ComponentCreature.DisplayName
getset

◆ KillVerbs

ReadOnlyList<string> Game.ComponentCreature.KillVerbs
get

◆ PlayerStats

PlayerStats Game.ComponentCreature.PlayerStats
get

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