<node3d:avatar>.getMeshID

Returns mesh ID

 

<node3d:avatar>.getMeshID(
    name    

)

 

name

Mesh name


Remarks

This command will return the ID of the mesh with the specified name. If the mesh does not exist, the command will return -1

NOTE: The mesh name is case sensitive

Return Value

Mesh ID

Example

headID = avatar.getMeshID('head.cmf')