Constructor TMP_MeshInfo
TMP_MeshInfo(Mesh, int)
Function to pre-allocate vertex attributes for a mesh of size X.
Declaration
public TMP_MeshInfo(Mesh mesh, int size)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | |
int | size |
TMP_MeshInfo(Mesh, int, bool)
Function to pre-allocate vertex attributes for a mesh of size X.
Declaration
public TMP_MeshInfo(Mesh mesh, int size, bool isVolumetric)
Parameters
Type | Name | Description |
---|---|---|
Mesh | mesh | |
int | size | |
bool | isVolumetric |