My Project v1
Project
载入中...
搜索中...
未找到
Game.TerrainVertex

Public 属性

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

静态 Public 属性

static readonly VertexDeclaration VertexDeclaration = new(new VertexElement(0, VertexElementFormat.Vector3, VertexElementSemantic.Position), new VertexElement(12, VertexElementFormat.NormalizedShort2, VertexElementSemantic.TextureCoordinate), new VertexElement(16, VertexElementFormat.NormalizedByte4, VertexElementSemantic.Color))
 

类成员变量说明

◆ Color

Color Game.TerrainVertex.Color

◆ Tx

short Game.TerrainVertex.Tx

◆ Ty

short Game.TerrainVertex.Ty

◆ VertexDeclaration

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

◆ X

float Game.TerrainVertex.X

◆ Y

float Game.TerrainVertex.Y

◆ Z

float Game.TerrainVertex.Z

该结构体的文档由以下文件生成: