Base class for polygonal geometry containers.
new MeshShape():
MeshShape
MeshShape
get id():
bigint
Returns the unique identifier of the object.
bigint
get name():
string|null
Name of the mesh shape.
The default value is null.
string | null
set name(
name):void
Sets the name of the mesh shape.
string | null
Mesh shape name.
void