Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PickingIncludeExcludeEntityIdList(List<EntityId>, List<EntityId>, List<EntityId>, List<EntityId>, Allocator)

Construct a PickingIncludeExcludeEntityIdList.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public PickingIncludeExcludeEntityIdList(List<EntityId> includeRendererEntityIds, List<EntityId> excludeRendererEntityIds, List<EntityId> includeEntityIndices, List<EntityId> excludeEntityIndices, Allocator allocator = Allocator.Persistent)

Parameters

includeRendererEntityIds

Renderer EntityIds to be included.

excludeRendererEntityIds

Renderer EntityIds to be excluded.

includeEntityIndices

DOTS Entity indices to be included.

excludeEntityIndices

DOTS Entity indices to be excluded.

allocator

Allocator to use to construct the four NativeArray of the PickingIncludeExcludeEntityIdList.