GetSelectionOutlineIncludeExcludeList(Allocator)
Gets the selection outline PickingIncludeExcludeList for the currently executing BatchRendererGroup.OnPerformCulling callback.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static PickingIncludeExcludeList GetSelectionOutlineIncludeExcludeList(Allocator allocator = Allocator.Persistent)
Parameters
The allocator to use to create the PickingIncludeExcludeList object.
Returns
Type | Description |
|---|---|
| PickingIncludeExcludeList | The PickingIncludeExcludeList struct. |
Remarks
Note: If you call this method outside of a BatchRendererGroup.OnPerformCulling callback, it returns an empty PickingIncludeExcludeList object.