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 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public NativeArray<EntityId> ExcludeEntities { get; }