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.Effect Class Reference
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.Effect:
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.Effect:

Public Member Functions

virtual void ApplyValuesToMaterial (EffectPass pass, Material material)
 
virtual Effect Clone ()
 
void Dispose ()
 
override string ToString ()
 

Protected Member Functions

 Effect (Effect cloneSource)
 

Package Functions

 Effect (GraphicsDevice graphicsDevice)
 
virtual void OnApply ()
 
virtual void GraphicsDeviceResetting ()
 

Properties

EffectParameterCollection Parameters [get, set, protected set]
 
EffectTechnique CurrentTechnique [get, set, protected set]
 
EventHandler< EventArgsDisposing [set]
 
GraphicsDevice GraphicsDevice [get, set]
 
string Name [get, set]
 
object Tag [get, set]
 

Private Member Functions

void Clone (Effect cloneSource)
 

Private Attributes

EffectParameterCollection< Parametersk__BackingField
 
EffectTechnique< CurrentTechniquek__BackingField
 
readonly bool _isClone
 
GraphicsDevice graphicsDevice
 

Detailed Description

Definition at line 10 of file Effect.cs.


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