Elin Modding Docs Doc
|
Public Member Functions | |
MeshBatch (MeshPass pass) | |
Public Attributes | |
Matrix4x4[] | matrices |
float[] | tiles |
float[] | colors |
float[] | matColors |
float[] | extras |
MaterialPropertyBlock | mpb |
Material | mat |
int | size |
Definition at line 5 of file MeshBatch.cs.
MeshBatch.MeshBatch | ( | MeshPass | pass | ) |
Definition at line 8 of file MeshBatch.cs.
float [] MeshBatch.colors |
Definition at line 48 of file MeshBatch.cs.
float [] MeshBatch.extras |
Definition at line 54 of file MeshBatch.cs.
Material MeshBatch.mat |
Definition at line 60 of file MeshBatch.cs.
float [] MeshBatch.matColors |
Definition at line 51 of file MeshBatch.cs.
Matrix4x4 [] MeshBatch.matrices |
Definition at line 42 of file MeshBatch.cs.
MaterialPropertyBlock MeshBatch.mpb |
Definition at line 57 of file MeshBatch.cs.
int MeshBatch.size |
Definition at line 63 of file MeshBatch.cs.
float [] MeshBatch.tiles |
Definition at line 45 of file MeshBatch.cs.