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
The unique id of a layer.
Returns
Type | Description |
|---|---|
| bool | True if the |