terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.EffectPassCollection Class Reference
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.EffectPassCollection:
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.EffectPassCollection:

Classes

struct  Enumerator
 

Public Member Functions

EffectPassCollection.Enumerator GetEnumerator ()
 

Package Functions

 EffectPassCollection (EffectPass[] passes)
 
EffectPassCollection Clone (Effect effect)
 

Properties

EffectPass this[int index] [get, set]
 
EffectPass this[string name] [get, set]
 
int Count [get, set]
 

Private Member Functions

IEnumerator< EffectPass > System.Collections.Generic.IEnumerable< Microsoft.Xna.Framework.Graphics.EffectPass >. GetEnumerator ()
 
IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

readonly EffectPass[] _passes
 

Detailed Description

Definition at line 19 of file EffectPassCollection.cs.


The documentation for this class was generated from the following file: