SortingLayer.NameToID
public static int NameToID(string name);
Parameters
| name | The name of the layer. |
Returns
int
The unique id of the layer with name.
Description 描述
Returns the id given the name. Will return 0 if an invalid name was given.