Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExcludeEntities

An array of DOTS Entity IDs that the picking algorithm doesn't consider when it selects the nearest object.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Removed. PickingIncludeExcludeList is deprecated. Use PickingIncludeExcludeEntityIdList instead.
public NativeArray<int> ExcludeEntities { get; }