Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RenderObjectSetContains(GameObject)

The function tests whether a GameObject is in the RenderPickingArgs.renderObjectSet.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool RenderObjectSetContains(GameObject go)

Parameters

The GameObject to test.

Returns

Type

Description

boolTrue if the GameObject is in either the ignore set or the filter set depending on renderPickingType.