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

Public 成员函数

 VertexElement (VertexElementFormat format, string semantic)
 VertexElement (VertexElementFormat format, VertexElementSemantic semantic)
 VertexElement (int offset, VertexElementFormat format, string semantic)
 VertexElement (int offset, VertexElementFormat format, VertexElementSemantic semantic)
override int GetHashCode ()
override bool Equals (object other)
bool Equals (VertexElement other)

静态 Public 成员函数

static bool operator== (VertexElement ve1, VertexElement ve2)
static bool operator!= (VertexElement ve1, VertexElement ve2)

属性

int Offset [get, set]
VertexElementFormat Format [get]
string Semantic [get]
string SemanticName [get]
int SemanticIndex [get]

Private 属性

readonly int m_hashCode

详细描述

在文件 VertexElement.cs2 行定义.

构造及析构函数说明

◆ VertexElement() [1/4]

Engine.Graphics.VertexElement.VertexElement ( VertexElementFormat format,
string semantic )

在文件 VertexElement.cs15 行定义.

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

◆ VertexElement() [2/4]

Engine.Graphics.VertexElement.VertexElement ( VertexElementFormat format,
VertexElementSemantic semantic )

在文件 VertexElement.cs17 行定义.

◆ VertexElement() [3/4]

Engine.Graphics.VertexElement.VertexElement ( int offset,
VertexElementFormat format,
string semantic )

在文件 VertexElement.cs19 行定义.

◆ VertexElement() [4/4]

Engine.Graphics.VertexElement.VertexElement ( int offset,
VertexElementFormat format,
VertexElementSemantic semantic )

在文件 VertexElement.cs39 行定义.

成员函数说明

◆ Equals() [1/2]

override bool Engine.Graphics.VertexElement.Equals ( object other)

在文件 VertexElement.cs47 行定义.

函数调用图:

◆ Equals() [2/2]

bool Engine.Graphics.VertexElement.Equals ( VertexElement other)

在文件 VertexElement.cs49 行定义.

函数调用图:

◆ GetHashCode()

override int Engine.Graphics.VertexElement.GetHashCode ( )

在文件 VertexElement.cs45 行定义.

◆ operator!=()

bool Engine.Graphics.VertexElement.operator!= ( VertexElement ve1,
VertexElement ve2 )
static

在文件 VertexElement.cs53 行定义.

函数调用图:

◆ operator==()

bool Engine.Graphics.VertexElement.operator== ( VertexElement ve1,
VertexElement ve2 )
static

在文件 VertexElement.cs51 行定义.

函数调用图:

类成员变量说明

◆ m_hashCode

readonly int Engine.Graphics.VertexElement.m_hashCode
private

在文件 VertexElement.cs3 行定义.

属性说明

◆ Format

VertexElementFormat Engine.Graphics.VertexElement.Format
get

在文件 VertexElement.cs7 行定义.

◆ Offset

int Engine.Graphics.VertexElement.Offset
getset

在文件 VertexElement.cs5 行定义.

◆ Semantic

string Engine.Graphics.VertexElement.Semantic
get

在文件 VertexElement.cs9 行定义.

◆ SemanticIndex

int Engine.Graphics.VertexElement.SemanticIndex
get

在文件 VertexElement.cs13 行定义.

◆ SemanticName

string Engine.Graphics.VertexElement.SemanticName
get

在文件 VertexElement.cs11 行定义.


该类的文档由以下文件生成:
  • E:/sc/doxygen/SurvivalcraftApi 1.8.2.3/Engine/Engine.Graphics/VertexElement.cs