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

Public 成员函数

virtual void Draw (Camera camera, int drawOrder)
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 属性

SubsystemTerrain m_subsystemTerrain
ComponentPlayer m_componentPlayer
ComponentMiner m_componentMiner
Model m_vrHandModel
Vector3 m_itemOffset
Vector3 m_itemRotation
float m_pokeAnimationTime
double m_nextHandLightTime
float m_handLight
int m_itemLight
DrawBlockEnvironmentData m_drawBlockEnvironmentData = new()
PrimitivesRenderer3D m_primitivesRenderer = new()
Public 属性 继承自 GameEntitySystem.Component
Entity m_entity
ValuesDictionary m_valuesDictionary

静态 Public 属性

static LitShader m_shader = new(2, false, false, true, false, false)
static int[] m_drawOrders = [1]

属性

Vector3 ItemOffsetOrder [get, set]
Vector3 ItemRotationOrder [get, set]
int[] DrawOrders [get]
UpdateOrder UpdateOrder [get]
属性 继承自 GameEntitySystem.Component
ValuesDictionary ValuesDictionary [get]
Entity Entity [get]
Project Project [get]
bool IsAddedToProject [get]
属性 继承自 Game.IUpdateable
float FloatUpdateOrder [get]

额外继承的成员函数

包函数 继承自 GameEntitySystem.Component
void DisposeInternal ()

详细描述

在文件 ComponentVrHandsModel.cs7 行定义.

成员函数说明

◆ Draw()

virtual void Game.ComponentVrHandsModel.Draw ( Camera camera,
int drawOrder )
virtual

实现了 Game.IDrawable.

在文件 ComponentVrHandsModel.cs44 行定义.

函数调用图:

◆ Load()

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

重载 GameEntitySystem.Component .

在文件 ComponentVrHandsModel.cs145 行定义.

函数调用图:

◆ Update()

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

实现了 Game.IUpdateable.

在文件 ComponentVrHandsModel.cs137 行定义.

函数调用图:

类成员变量说明

◆ m_componentMiner

ComponentMiner Game.ComponentVrHandsModel.m_componentMiner

在文件 ComponentVrHandsModel.cs12 行定义.

◆ m_componentPlayer

ComponentPlayer Game.ComponentVrHandsModel.m_componentPlayer

在文件 ComponentVrHandsModel.cs10 行定义.

◆ m_drawBlockEnvironmentData

DrawBlockEnvironmentData Game.ComponentVrHandsModel.m_drawBlockEnvironmentData = new()

在文件 ComponentVrHandsModel.cs28 行定义.

◆ m_drawOrders

int [] Game.ComponentVrHandsModel.m_drawOrders = [1]
static

在文件 ComponentVrHandsModel.cs34 行定义.

◆ m_handLight

float Game.ComponentVrHandsModel.m_handLight

在文件 ComponentVrHandsModel.cs24 行定义.

◆ m_itemLight

int Game.ComponentVrHandsModel.m_itemLight

在文件 ComponentVrHandsModel.cs26 行定义.

◆ m_itemOffset

Vector3 Game.ComponentVrHandsModel.m_itemOffset

在文件 ComponentVrHandsModel.cs16 行定义.

◆ m_itemRotation

Vector3 Game.ComponentVrHandsModel.m_itemRotation

在文件 ComponentVrHandsModel.cs18 行定义.

◆ m_nextHandLightTime

double Game.ComponentVrHandsModel.m_nextHandLightTime

在文件 ComponentVrHandsModel.cs22 行定义.

◆ m_pokeAnimationTime

float Game.ComponentVrHandsModel.m_pokeAnimationTime

在文件 ComponentVrHandsModel.cs20 行定义.

◆ m_primitivesRenderer

PrimitivesRenderer3D Game.ComponentVrHandsModel.m_primitivesRenderer = new()

在文件 ComponentVrHandsModel.cs30 行定义.

◆ m_shader

LitShader Game.ComponentVrHandsModel.m_shader = new(2, false, false, true, false, false)
static

在文件 ComponentVrHandsModel.cs32 行定义.

◆ m_subsystemTerrain

SubsystemTerrain Game.ComponentVrHandsModel.m_subsystemTerrain

在文件 ComponentVrHandsModel.cs8 行定义.

◆ m_vrHandModel

Model Game.ComponentVrHandsModel.m_vrHandModel

在文件 ComponentVrHandsModel.cs14 行定义.

属性说明

◆ DrawOrders

int [] Game.ComponentVrHandsModel.DrawOrders
get

实现了 Game.IDrawable.

在文件 ComponentVrHandsModel.cs40 行定义.

◆ ItemOffsetOrder

Vector3 Game.ComponentVrHandsModel.ItemOffsetOrder
getset

在文件 ComponentVrHandsModel.cs36 行定义.

◆ ItemRotationOrder

Vector3 Game.ComponentVrHandsModel.ItemRotationOrder
getset

在文件 ComponentVrHandsModel.cs38 行定义.

◆ UpdateOrder

UpdateOrder Game.ComponentVrHandsModel.UpdateOrder
get

实现了 Game.IUpdateable.

在文件 ComponentVrHandsModel.cs42 行定义.


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