RenderObjectSetContains(GameObject)
The function tests whether a GameObject is in the RenderPickingArgs.renderObjectSet.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool RenderObjectSetContains(GameObject go)
Parameters
The GameObject to test.
Returns
Type | Description |
|---|---|
| bool | True if the GameObject is in either the ignore set or the filter set depending on renderPickingType. |