Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


getEntitiesForAuthoringObject

The user-defined callback that Unity uses to retrieve the DOTS Entity IDs associated with a Unity Object.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Event
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static event Func<Object, IEnumerable<int>> getEntitiesForAuthoringObject