|
Elin Modding Docs Doc
|
Public Member Functions | |
| RenderParam (RenderParam p) | |
Public Attributes | |
| int | liquidLv |
| int | tile2 |
| int | halfBlockColor |
| int | dir |
| Cell | cell |
| SourceMaterial.Row | mat |
| Vector3 | v |
| float | shadowFix |
Public Attributes inherited from MeshPassParam | |
| float | x |
| float | y |
| float | z |
| float | color |
| float | tile |
| float | matColor |
| float | liquid |
| bool | snow |
Static Public Attributes | |
| static RenderParam | shared = new RenderParam() |
Properties | |
| Vector3 | NewVector3 [get] |
Definition at line 5 of file RenderParam.cs.
| RenderParam.RenderParam | ( | ) |
Definition at line 18 of file RenderParam.cs.
| RenderParam.RenderParam | ( | RenderParam | p | ) |
Definition at line 23 of file RenderParam.cs.
| Cell RenderParam.cell |
Definition at line 60 of file RenderParam.cs.
| int RenderParam.dir |
Definition at line 57 of file RenderParam.cs.
| int RenderParam.halfBlockColor |
Definition at line 54 of file RenderParam.cs.
| int RenderParam.liquidLv |
Definition at line 48 of file RenderParam.cs.
| SourceMaterial.Row RenderParam.mat |
Definition at line 63 of file RenderParam.cs.
| float RenderParam.shadowFix |
Definition at line 69 of file RenderParam.cs.
|
static |
Definition at line 45 of file RenderParam.cs.
| int RenderParam.tile2 |
Definition at line 51 of file RenderParam.cs.
| Vector3 RenderParam.v |
Definition at line 66 of file RenderParam.cs.
|
get |
Definition at line 9 of file RenderParam.cs.