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

Public 成员函数

 VertexDeclaration (params VertexElement[] elements)
 VertexDeclaration (bool useCache=true, params VertexElement[] elements)
override int GetHashCode ()
override bool Equals (object other)
bool Equals (VertexDeclaration other)

静态 Public 成员函数

static bool operator== (VertexDeclaration vd1, VertexDeclaration vd2)
static bool operator!= (VertexDeclaration vd1, VertexDeclaration vd2)

Public 属性

readonly VertexElement[] m_elements

静态 Public 属性

static List< VertexElement[]> m_allElements = []

属性

ReadOnlyList< VertexElementVertexElements [get]
int VertexStride [get, set]

详细描述

在文件 VertexDeclaration.cs2 行定义.

构造及析构函数说明

◆ VertexDeclaration() [1/2]

Engine.Graphics.VertexDeclaration.VertexDeclaration ( params VertexElement[] elements)

在文件 VertexDeclaration.cs11 行定义.

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

◆ VertexDeclaration() [2/2]

Engine.Graphics.VertexDeclaration.VertexDeclaration ( bool useCache = true,
params VertexElement[] elements )

在文件 VertexDeclaration.cs13 行定义.

函数调用图:

成员函数说明

◆ Equals() [1/2]

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

在文件 VertexDeclaration.cs41 行定义.

函数调用图:

◆ Equals() [2/2]

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

在文件 VertexDeclaration.cs43 行定义.

函数调用图:

◆ GetHashCode()

override int Engine.Graphics.VertexDeclaration.GetHashCode ( )

在文件 VertexDeclaration.cs39 行定义.

◆ operator!=()

bool Engine.Graphics.VertexDeclaration.operator!= ( VertexDeclaration vd1,
VertexDeclaration vd2 )
static

在文件 VertexDeclaration.cs47 行定义.

函数调用图:

◆ operator==()

bool Engine.Graphics.VertexDeclaration.operator== ( VertexDeclaration vd1,
VertexDeclaration vd2 )
static

在文件 VertexDeclaration.cs45 行定义.

函数调用图:

类成员变量说明

◆ m_allElements

List<VertexElement[]> Engine.Graphics.VertexDeclaration.m_allElements = []
static

在文件 VertexDeclaration.cs5 行定义.

◆ m_elements

readonly VertexElement [] Engine.Graphics.VertexDeclaration.m_elements

在文件 VertexDeclaration.cs3 行定义.

属性说明

◆ VertexElements

ReadOnlyList<VertexElement> Engine.Graphics.VertexDeclaration.VertexElements
get

在文件 VertexDeclaration.cs7 行定义.

◆ VertexStride

int Engine.Graphics.VertexDeclaration.VertexStride
getset

在文件 VertexDeclaration.cs9 行定义.


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