Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsValid(int)

Returns true if the id provided is a valid layer id.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool IsValid(int id)

Parameters

id

The unique id of a layer.

Returns

Type

Description

boolTrue if the
id
provided is valid and assigned to a layer.