メインメニューを開く

差分

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

1,470 バイト追加, 2017年11月6日 (月) 10:38
ページの作成:「VertexPositionColorTexture構造体は、MonoGameに標準搭載されている4種類の頂点構造体のひとつで、位置、色、テクスチャ座標を持つ。...」
VertexPositionColorTexture構造体は、MonoGameに標準搭載されている4種類の頂点構造体のひとつで、位置、色、テクスチャ座標を持つ。

== 名前空間 ==
* [[MonoGame/クラスライブラリ/Microsoft.Xna.Framework.Graphics名前空間|Microsoft.Xna.Framework.Graphics名前空間]]

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

== コンストラクタ ==
{| class="wikitable"
|+
!
! 名称
! 概要
|-
|
| VertexPositionColorTexture
|
|}

== フィールド ==
{| class="wikitable"
|+
!
! 名称
! 概要
|-
|
| Color
| 頂点の色
|-
|
| Position
| XYZ座標
|-
|
| TextureCoordinate
| UV座標
|-
| static
| VertexDeclaration
| 頂点の構造
|}

== メソッド ==
{| class="wikitable"
|+
!
! 名称
! 概要
|-
|
| Equals
|
|-
|
| GetHashCode
|
|-
|
| ToString
|
|}

== オペレータ ==
{| class="wikitable"
|+
!
! 名称
! 概要
|-
| static
| Equality
|
|-
| static
| Inequality
|
|}

== 関連項目 ==
* [[MonoGame/クラスライブラリ/IVertexTypeインターフェイス]]
** [[MonoGame/クラスライブラリ/VertexPositionColor構造体]]
** [[MonoGame/クラスライブラリ/VertexPositionTexture構造体]]
** [[MonoGame/クラスライブラリ/VertexPositionColorTexture構造体]]
** [[MonoGame/クラスライブラリ/VertexPositionNormalTexture構造体]]

[[category: MonoGame]]
匿名利用者