C# Class Protogame.ProtogameEffectParameter

Inheritance: IEffectParameter
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
GetValueColor ( ) : Microsoft.Xna.Framework.Color
GetValueSingle ( ) : float
GetValueTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetValueVector4 ( ) : Vector4
ProtogameEffectParameter ( Effect targetEffect, int index ) : Microsoft.Xna.Framework
ProtogameEffectParameter ( Effect targetEffect, string name ) : Microsoft.Xna.Framework

Method Details

GetValueColor() public méthode

public GetValueColor ( ) : Microsoft.Xna.Framework.Color
Résultat Microsoft.Xna.Framework.Color

GetValueSingle() public méthode

public GetValueSingle ( ) : float
Résultat float

GetValueTexture2D() public méthode

public GetValueTexture2D ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GetValueVector4() public méthode

public GetValueVector4 ( ) : Vector4
Résultat Microsoft.Xna.Framework.Vector4

ProtogameEffectParameter() public méthode

public ProtogameEffectParameter ( Effect targetEffect, int index ) : Microsoft.Xna.Framework
targetEffect Microsoft.Xna.Framework.Graphics.Effect
index int
Résultat Microsoft.Xna.Framework

ProtogameEffectParameter() public méthode

public ProtogameEffectParameter ( Effect targetEffect, string name ) : Microsoft.Xna.Framework
targetEffect Microsoft.Xna.Framework.Graphics.Effect
name string
Résultat Microsoft.Xna.Framework