C# Class MyGame.MeshTag

Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Properties

Property Type Description
CachedEffect Microsoft.Xna.Framework.Graphics.Effect
Color Vector3
SpecularPower float
Texture Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
MeshTag ( Vector3 Color, Microsoft.Xna.Framework.Graphics.Texture2D Texture, float SpecularPower ) : System

Method Details

MeshTag() public method

public MeshTag ( Vector3 Color, Microsoft.Xna.Framework.Graphics.Texture2D Texture, float SpecularPower ) : System
Color Vector3
Texture Microsoft.Xna.Framework.Graphics.Texture2D
SpecularPower float
return System

Property Details

CachedEffect public property

public Effect,Microsoft.Xna.Framework.Graphics CachedEffect
return Microsoft.Xna.Framework.Graphics.Effect

Color public property

public Vector3 Color
return Vector3

SpecularPower public property

public float SpecularPower
return float

Texture public property

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
return Microsoft.Xna.Framework.Graphics.Texture2D