FreeMesh()

语法

FreeMesh(#Mesh)
概要
Free the specified #Mesh. All its associated memory is released and the object may not be used anymore.

参数

#Mesh The mesh to free. If #PB_All is specified, all the remaining meshes are freed.

返回值

无.

Remarks

All remaining meshes are automatically freed when the program ends.

已支持操作系统

所有

<- FinishMesh() - Mesh Index - GetMeshData() ->