C# Class Protogame.ProtogameEffectParameterCollection

Inheritance: IEffectParameterCollection
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
ProtogameEffectParameterCollection ( Effect targetEffect ) : Microsoft.Xna.Framework.Graphics

Private Methods

Method Description
this ( int index ) : IEffectParameterIEffectParameterCollection.Microsoft.Xna.Framework.Graphics
this ( string name ) : IEffectParameterIEffectParameterCollection.Microsoft.Xna.Framework.Graphics

Method Details

ProtogameEffectParameterCollection() public method

public ProtogameEffectParameterCollection ( Effect targetEffect ) : Microsoft.Xna.Framework.Graphics
targetEffect Microsoft.Xna.Framework.Graphics.Effect
return Microsoft.Xna.Framework.Graphics