Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NameToID(string)

Returns the id given the name. Will return 0 if an invalid name was given.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static int NameToID(string name)

Parameters

name

The name of the layer.

Returns

Type

Description

intReturns the unique id of the layer with
name
.