Elin Modding Docs Doc
Loading...
Searching...
No Matches
RenderParam Class Reference
Inheritance diagram for RenderParam:
MeshPassParam

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]
 

Detailed Description

Definition at line 5 of file RenderParam.cs.

Constructor & Destructor Documentation

◆ RenderParam() [1/2]

RenderParam.RenderParam ( )

Definition at line 18 of file RenderParam.cs.

◆ RenderParam() [2/2]

RenderParam.RenderParam ( RenderParam p)

Definition at line 23 of file RenderParam.cs.

Member Data Documentation

◆ cell

Cell RenderParam.cell

Definition at line 60 of file RenderParam.cs.

◆ dir

int RenderParam.dir

Definition at line 57 of file RenderParam.cs.

◆ halfBlockColor

int RenderParam.halfBlockColor

Definition at line 54 of file RenderParam.cs.

◆ liquidLv

int RenderParam.liquidLv

Definition at line 48 of file RenderParam.cs.

◆ mat

SourceMaterial.Row RenderParam.mat

Definition at line 63 of file RenderParam.cs.

◆ shadowFix

float RenderParam.shadowFix

Definition at line 69 of file RenderParam.cs.

◆ shared

RenderParam RenderParam.shared = new RenderParam()
static

Definition at line 45 of file RenderParam.cs.

◆ tile2

int RenderParam.tile2

Definition at line 51 of file RenderParam.cs.

◆ v

Vector3 RenderParam.v

Definition at line 66 of file RenderParam.cs.

Property Documentation

◆ NewVector3

Vector3 RenderParam.NewVector3
get

Definition at line 9 of file RenderParam.cs.


The documentation for this class was generated from the following file: