|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | Apply (Color? previewColor=null) |
| void | ApplyColor () |
Static Public Member Functions | |
| static LiquidProfile | Get (string id) |
| static void | Apply (string id) |
Static Public Member Functions inherited from EScriptable | |
| static int | rnd (int a) |
Public Attributes | |
| Color | modColor |
| float | transparency |
| Texture2D | surface |
| Vector4 | surfaceAnime |
Definition at line 6 of file LiquidProfile.cs.
| void LiquidProfile.Apply | ( | Color? | previewColor = null | ) |
Definition at line 21 of file LiquidProfile.cs.
|
static |
Definition at line 15 of file LiquidProfile.cs.
| void LiquidProfile.ApplyColor | ( | ) |
Definition at line 33 of file LiquidProfile.cs.
|
static |
Definition at line 9 of file LiquidProfile.cs.
| Color LiquidProfile.modColor |
Definition at line 61 of file LiquidProfile.cs.
| Texture2D LiquidProfile.surface |
Definition at line 67 of file LiquidProfile.cs.
| Vector4 LiquidProfile.surfaceAnime |
Definition at line 70 of file LiquidProfile.cs.
| float LiquidProfile.transparency |
Definition at line 64 of file LiquidProfile.cs.