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
|
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< EventArgs > | Disposing [set] |
GraphicsDevice | GraphicsDevice [get, set] |
string | Name [get, set] |
object | Tag [get, set] |
Private Member Functions | |
void | Clone (Effect cloneSource) |
Private Attributes | |
EffectParameterCollection< Parameters > | k__BackingField |
EffectTechnique< CurrentTechnique > | k__BackingField |
readonly bool | _isClone |
GraphicsDevice | graphicsDevice |