C# Class Microsoft.Xna.Framework.Graphics.VertexPositionTexture

ファイルを表示 Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Properties

Property Type Description
Position System.Vector3
TextureCoordinate System.Vector2
VertexDeclaration VertexDeclaration

Private Properties

Property Type Description
VertexPositionTexture System.Runtime.InteropServices

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
VertexPositionTexture ( System.Vector3 position, System.Vector2 textureCoordinate ) : System.Runtime.InteropServices
operator ( ) : bool

Private Methods

Method Description
VertexPositionTexture ( ) : System.Runtime.InteropServices

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

VertexPositionTexture() public method

public VertexPositionTexture ( System.Vector3 position, System.Vector2 textureCoordinate ) : System.Runtime.InteropServices
position System.Vector3
textureCoordinate System.Vector2
return System.Runtime.InteropServices

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Position public_oe property

public Vector3,System Position
return System.Vector3

TextureCoordinate public_oe property

public Vector2,System TextureCoordinate
return System.Vector2

VertexDeclaration public_oe static_oe property

public static VertexDeclaration,Microsoft.Xna.Framework.Graphics VertexDeclaration
return VertexDeclaration