C# Класс Vocaluxe.Lib.Draw.CDirect3D.TexturedColoredVertex

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Color int
Elements VertexElement[]
Position System.Vector3
Texture System.Vector2

Открытые методы

Метод Описание
GetDeclaration ( Device device ) : VertexDeclaration
TexturedColoredVertex ( System.Vector3 position, System.Vector2 texture, int color ) : System

Описание методов

GetDeclaration() публичный статический Метод

public static GetDeclaration ( Device device ) : VertexDeclaration
device Device
Результат VertexDeclaration

TexturedColoredVertex() публичный Метод

public TexturedColoredVertex ( System.Vector3 position, System.Vector2 texture, int color ) : System
position System.Vector3
texture System.Vector2
color int
Результат System

Описание свойств

Color публичное свойство

public int Color
Результат int

Elements публичное статическое свойство

public static VertexElement[] Elements
Результат VertexElement[]

Position публичное свойство

public Vector3,System Position
Результат System.Vector3

Texture публичное свойство

public Vector2,System Texture
Результат System.Vector2