Version: 2020.1
언어: 한국어
public void DrawMesh (Mesh mesh, Matrix4x4 matrix, Material material, int submeshIndex, int shaderPass, MaterialPropertyBlock properties);

파라미터

mesh Mesh to draw.
matrix Transformation matrix to use.
material Material to use.
submeshIndex Which subset of the mesh to render.
shaderPass Which pass of the shader to use (default is -1, which renders all passes).
properties Additional material properties to apply onto material just before this mesh will be drawn. See MaterialPropertyBlock.

설명

Add a "draw mesh" command.