C# Class Microsoft.Xna.Framework.Graphics.EffectPassCollection

Exibir arquivo Open project: DeathCradle/Open-Terraria-API Class Usage Examples

Public Methods

Method Description
this ( int index ) : EffectPass
this ( string name ) : EffectPass

Gets a specific element in the collection by using a name.

Method Details

this() public method

public this ( int index ) : EffectPass
index int
return EffectPass

this() public method

Gets a specific element in the collection by using a name.
public this ( string name ) : EffectPass
name string Name of the EffectPass to get.
return EffectPass