C# Class MyGame.MeshTag

显示文件 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_oe property

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

Color public_oe property

public Vector3 Color
return Vector3

SpecularPower public_oe property

public float SpecularPower
return float

Texture public_oe property

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