| 
    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 
   | 
 
 Inheritance diagram for Microsoft.Xna.Framework.Graphics.ScreenShader:
 Collaboration diagram for Microsoft.Xna.Framework.Graphics.ScreenShader:Public Member Functions | |
| ScreenShader (GraphicsDevice device) | |
| override void | ApplyValuesToMaterial (EffectPass pass, Material material) | 
| virtual Effect | Clone () | 
| void | Dispose () | 
| override string | ToString () | 
Package Functions | |
| virtual void | OnApply () | 
| virtual void | GraphicsDeviceResetting () | 
Properties | |
| static ScreenShader | Effect [get, set] | 
| EffectParameterCollection | Parameters [get, set, protected set] | 
| EffectTechnique | CurrentTechnique [get, set, protected set] | 
| EventHandler< EventArgs > | Disposing [set] | 
| GraphicsDevice | GraphicsDevice [get, set] | 
| string | Name [get, set] | 
| object | Tag [get, set] | 
Private Member Functions | |
| void | Clone (Effect cloneSource) | 
Static Private Member Functions | |
| static void | LoadPass (List< EffectPass > passes, string pass) | 
| static | ScreenShader () | 
Static Private Attributes | |
| static ScreenShader | _effect | 
| static int | _colorId | 
| static int | _opacityId | 
| static int | _secondaryColorId | 
| static int | _timeId | 
| static int | _screenResolutionId | 
| static int | _screenPositionId | 
| static int | _targetPositionId | 
| static int | _intensityId | 
| static int | _progressId | 
| static int | _directionId | 
| static int | _ImageSize1 | 
| static int | _ImageSize2 | 
| static int | _ImageSize3 | 
| static int | _Zoom | 
Definition at line 11 of file ScreenShader.cs.