This version of Unity is unsupported.

SortingLayer.NameToID

public static int NameToID(string name);

Parameters

nameThe 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.