PickingIncludeExcludeList(List<int>, List<int>, List<int>, List<int>, Allocator)
Construct a PickingIncludeExcludeList.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public PickingIncludeExcludeList(List<int> includeRendererInstanceIDs, List<int> excludeRendererInstanceIDs, List<int> includeEntityIndices, List<int> excludeEntityIndices, Allocator allocator = Allocator.Persistent)
Parameters
DOTS Entity indices to be included.
DOTS Entity indices to be excluded.
Allocator to use to construct the four NativeArray of the PickingIncludeExcludeList.