Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


rejectedGameObjects

Event triggered after the filtering process of canCopyGameObject, canCutGameObject or canDuplicateGameObject receiving an array of GameObjects which did not pass the filtering functions.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Event
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static event Action<GameObject[]> rejectedGameObjects