|
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
|
Collaboration diagram for Microsoft.Xna.Framework.Graphics.EffectParameter:Public Member Functions | |
| void | SetValue (Matrix value) |
| void | SetValue (bool value) |
| void | SetValue (float value) |
| void | SetValue (Vector2 value) |
| void | SetValue (Vector3 value) |
| void | SetValue (Vector4 value) |
Package Functions | |
| EffectParameter (string name) | |
| EffectParameter (EffectParameter cloneSource) | |
Package Attributes | |
| float[] | Data |
Properties | |
| string | Name [get, set, private set] |
| Vector4 | Vector [get, set] |
| float | Float [get, set] |
| bool | Bool [get, set] |
| Color | Color [get, set] |
Private Attributes | |
| string< Name > | k__BackingField |
Definition at line 17 of file EffectParameter.cs.