C# Class Graffiti.Core.Rendering.Renderers.MultipassDualTextureEffectRenderer_DualChannel.VertexPositionColorTexture1Texture2

Show file Open project: ananthonline/graffiti

Public Properties

Property Type Description
Color Microsoft.Xna.Framework.Color
Position Microsoft.Xna.Framework.Vector3
Texcoord1 Microsoft.Xna.Framework.Vector2
Texcoord2 Microsoft.Xna.Framework.Vector2

Public Methods

Method Description
VertexPositionColorTexture1Texture2 ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Color color, Vector2 texcoord1, Vector2 texcoord2 ) : System.Collections.Generic

Method Details

VertexPositionColorTexture1Texture2() public method

public VertexPositionColorTexture1Texture2 ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Color color, Vector2 texcoord1, Vector2 texcoord2 ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
color Microsoft.Xna.Framework.Color
texcoord1 Microsoft.Xna.Framework.Vector2
texcoord2 Microsoft.Xna.Framework.Vector2
return System.Collections.Generic

Property Details

Color public property

public Color,Microsoft.Xna.Framework Color
return Microsoft.Xna.Framework.Color

Position public property

public Vector3,Microsoft.Xna.Framework Position
return Microsoft.Xna.Framework.Vector3

Texcoord1 public property

public Vector2,Microsoft.Xna.Framework Texcoord1
return Microsoft.Xna.Framework.Vector2

Texcoord2 public property

public Vector2,Microsoft.Xna.Framework Texcoord2
return Microsoft.Xna.Framework.Vector2