Contains
Returns whether an object is contained in the current selection.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
Contains(int)
Returns whether an object is contained in the current selection.
public static bool Contains(int instanceID)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Contains(Object)
Returns whether an object is contained in the current selection.
public static bool Contains(Object obj)
Parameters
Returns
Type | Description |
|---|---|
| bool |