MonoGame/クラスライブラリ/VertexPositionColorTexture構造体

提供: MonoBook
< MonoGame‎ | クラスライブラリ
2017年11月6日 (月) 10:38時点におけるimported>Administratorによる版 (ページの作成:「VertexPositionColorTexture構造体は、MonoGameに標準搭載されている4種類の頂点構造体のひとつで、位置、色、テクスチャ座標を持つ。...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

VertexPositionColorTexture構造体は、MonoGameに標準搭載されている4種類の頂点構造体のひとつで、位置、色、テクスチャ座標を持つ。

名前空間

構文

[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 1)]
public struct VertexPositionColorTexture : IVertexType

コンストラクタ

名称 概要
VertexPositionColorTexture

フィールド

名称 概要
Color 頂点の色
Position XYZ座標
TextureCoordinate UV座標
static VertexDeclaration 頂点の構造

メソッド

名称 概要
Equals
GetHashCode
ToString

オペレータ

名称 概要
static Equality
static Inequality

関連項目