C# Class MyGame.MeshTag

Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Méthodes publiques

Свойство Type Description
CachedEffect Microsoft.Xna.Framework.Graphics.Effect
Color Vector3
SpecularPower float
Texture Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

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

Method Details

MeshTag() public méthode

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

Property Details

CachedEffect public_oe property

public Effect,Microsoft.Xna.Framework.Graphics CachedEffect
Résultat Microsoft.Xna.Framework.Graphics.Effect

Color public_oe property

public Vector3 Color
Résultat Vector3

SpecularPower public_oe property

public float SpecularPower
Résultat float

Texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D