Method GetCustomLocation
| Improve this Doc View SourceGetCustomLocation(string)
Get a custom location by name.
Declaration
public CustomLocation GetCustomLocation(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the location (normally the prefab name) |
Returns
Type | Description |
---|---|
CustomLocation | The CustomLocation object with the given name if found |