Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
RenderParam Class Reference
Inheritance diagram for RenderParam:
MeshPassParam

Public Member Functions

 RenderParam ()
 
 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 3 of file RenderParam.cs.

Constructor & Destructor Documentation

◆ RenderParam() [1/2]

RenderParam.RenderParam ( )
inline

Definition at line 25 of file RenderParam.cs.

26 {
27 }

◆ RenderParam() [2/2]

RenderParam.RenderParam ( RenderParam  p)
inline

Definition at line 29 of file RenderParam.cs.

30 {
31 liquid = p.liquid;
33 tile2 = p.tile2;
35 dir = p.dir;
36 mat = p.mat;
37 v = p.v;
39 x = p.x;
40 y = p.y;
41 z = p.z;
42 color = p.color;
43 tile = p.tile;
45 liquid = p.liquid;
46 cell = p.cell;
47 snow = p.snow;
48 }
SourceMaterial.Row mat
Definition: RenderParam.cs:17
int liquidLv
Definition: RenderParam.cs:7
float shadowFix
Definition: RenderParam.cs:21
Vector3 v
Definition: RenderParam.cs:19
int halfBlockColor
Definition: RenderParam.cs:11

References cell, MeshPassParam.color, dir, halfBlockColor, MeshPassParam.liquid, liquidLv, mat, MeshPassParam.matColor, shadowFix, MeshPassParam.snow, MeshPassParam.tile, tile2, v, MeshPassParam.x, MeshPassParam.y, and MeshPassParam.z.

Member Data Documentation

◆ cell

Cell RenderParam.cell

Definition at line 15 of file RenderParam.cs.

Referenced by RenderParam().

◆ dir

int RenderParam.dir

◆ halfBlockColor

int RenderParam.halfBlockColor

Definition at line 11 of file RenderParam.cs.

Referenced by RenderDataHalfBlock.Draw(), and RenderParam().

◆ liquidLv

◆ mat

SourceMaterial.Row RenderParam.mat

Definition at line 17 of file RenderParam.cs.

Referenced by BaseTileMap.DrawTile(), TileMapElona.DrawTile(), and RenderParam().

◆ shadowFix

◆ shared

RenderParam RenderParam.shared = new RenderParam()
static

Definition at line 5 of file RenderParam.cs.

Referenced by Card.GetRenderParam(), and RenderRow.GetRenderParam().

◆ tile2

int RenderParam.tile2

Definition at line 9 of file RenderParam.cs.

Referenced by RenderDataHalfBlock.Draw(), and RenderParam().

◆ v

Vector3 RenderParam.v

Definition at line 19 of file RenderParam.cs.

Referenced by RenderData.DrawShadow(), CharaActorPCC.OnRender(), and RenderParam().

Property Documentation

◆ NewVector3


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