Model.Find
static Model Find(string modelId)
Looks for a Model asset that’s already loaded, matching the given id!
string modelId | Which Model are you looking for? |
RETURNS: Model | A link to the Model matching ‘modelId’, null if none is found. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!