IsValid(int)
Returns true if the id provided is a valid layer id.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool IsValid(int id)
Parameters
The unique id of a layer.
Returns
Type | Description |
|---|---|
| bool | True if the id provided is valid and assigned to a layer. |