Definition at line 7 of file MeshRenderer.cs.
◆ GetMaterial()
Material FalcoEngine.MeshRenderer.GetMaterial |
( |
int |
index | ) |
|
Get unique material by index
- Parameters
-
- Returns
◆ GetSharedMaterial()
Material FalcoEngine.MeshRenderer.GetSharedMaterial |
( |
int |
index | ) |
|
Get shared material by index
- Parameters
-
- Returns
◆ SetSharedMaterial()
void FalcoEngine.MeshRenderer.SetSharedMaterial |
( |
int |
index, |
|
|
Material |
material |
|
) |
| |
Set shared material at certain index
- Parameters
-
◆ materialsCount
int FalcoEngine.MeshRenderer.materialsCount |
|
get |
Returns the number of the unique materials used by the mesh
Definition at line 14 of file MeshRenderer.cs.
◆ mesh
Mesh FalcoEngine.MeshRenderer.mesh |
|
getset |
◆ sharedMaterialsCount
int FalcoEngine.MeshRenderer.sharedMaterialsCount |
|
get |
Returns the number of the shared materials used by the mesh
Definition at line 19 of file MeshRenderer.cs.
The documentation for this class was generated from the following file: