RenderPickingType
Specifies the type of a render picking callback.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum RenderPickingType
Remarks
Additional Resources: RenderPickingArgs.renderPickingType.
Fields
Value | Description |
|---|---|
| RenderFromFilterSet | The render picking callback is expected to render only the GameObjects contained in the filter set. |
| RenderFromIgnoreSet | The render picking callback is expected to render all GameObjects except for those contained in the ignore set. |