Mesh.Find
static Mesh Find(string meshId)
Finds the Mesh with the matching id, and returns a reference to it. If no Mesh it found, it returns null.
string meshId | Id of the Mesh we’re looking for. |
RETURNS: Mesh | A Mesh with a matching id, or null if none is found. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!