Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


visibilityChanged

The event raised whenever the visibility of a GameObject changes.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Event
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static event Action visibilityChanged

Remarks

For performance reasons, this event is not raised for every visibility operation. For example, if you select multiple GameObjects and hide them all at once, the event will be raised only once.