AbstractMeshLoader.can_load_mesh

AbstractMeshLoader.can_load_mesh(url)[source]

Determine whether this loader can load a given Mesh URL.

Parameters:
urlstr

Mesh URL.

Returns:
bool

True if it can handle it, otherwise False.