Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetUnityObjectReferences(IEnumerable<Object>)

Sets Unity Objects associated with the current drag-and-drop operation.
Read time 1 minuteLast updated 7 days ago

Definition

Warning
Deprecated. Use SetEntityIds instead, and call Object.GetEntityId() if you really need to convert from a Unity object to an EntityId.
public void SetUnityObjectReferences(IEnumerable<Object> references)

Parameters

The Unity Object references.