FinishMesh()
Syntax
FinishMesh(Mode)Description
Finish the creation of the current mesh started with CreateMesh().
Parameters
Mode If set to #True, the mesh will be converted to a static mesh and will be not modifiable anymore. If set to #False, the mesh will still be modifiable with UpdateMesh(). Static meshes are faster to render than dynamic meshes.
Return value
None.
See Also
CreateMesh()
Supported OS
All