Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RenderPickingType

Specifies the type of a render picking callback.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum RenderPickingType

Remarks

Fields

Value

Description

RenderFromFilterSetThe render picking callback is expected to render only the GameObjects contained in the filter set.
RenderFromIgnoreSetThe render picking callback is expected to render all GameObjects except for those contained in the ignore set.