Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Game.TerrainVertex
Game.TerrainVertex 的协作图:

Public 属性

float X
float Y
float Z
short Tx
short Ty
Color Color

静态 Public 属性

static readonly VertexDeclaration VertexDeclaration

详细描述

在文件 TerrainVertex.cs5 行定义.

类成员变量说明

◆ Color

Color Game.TerrainVertex.Color

在文件 TerrainVertex.cs16 行定义.

◆ Tx

short Game.TerrainVertex.Tx

在文件 TerrainVertex.cs12 行定义.

◆ Ty

short Game.TerrainVertex.Ty

在文件 TerrainVertex.cs14 行定义.

◆ VertexDeclaration

readonly VertexDeclaration Game.TerrainVertex.VertexDeclaration
static
初始值:
= new(
new VertexElement(0, VertexElementFormat.Vector3, VertexElementSemantic.Position),
new VertexElement(12, VertexElementFormat.NormalizedShort2, VertexElementSemantic.TextureCoordinate),
new VertexElement(16, VertexElementFormat.NormalizedByte4, VertexElementSemantic.Color)
)

在文件 TerrainVertex.cs18 行定义.

◆ X

float Game.TerrainVertex.X

在文件 TerrainVertex.cs6 行定义.

◆ Y

float Game.TerrainVertex.Y

在文件 TerrainVertex.cs8 行定义.

◆ Z

float Game.TerrainVertex.Z

在文件 TerrainVertex.cs10 行定义.


该结构体的文档由以下文件生成:
  • E:/sc/doxygen/SurvivalcraftApi 1.8.2.3/Survivalcraft.Windows/Game/TerrainVertex.cs