Method DrawMeshInstancedProcedural
DrawMeshInstancedProcedural(Mesh, int, Material, int, int, MaterialPropertyBlock)
Wraps DrawMeshInstancedProcedural on a CommandBuffer.
Declaration
void DrawMeshInstancedProcedural(Mesh mesh, int submeshIndex, Material material, int shaderPass, int count, MaterialPropertyBlock properties)
Parameters
| Type | Name | Description |
|---|---|---|
| Mesh | mesh | |
| int | submeshIndex | |
| Material | material | |
| int | shaderPass | |
| int | count | |
| MaterialPropertyBlock | properties |