Class GameObjectStateNotifier
- Assembly
- Assembly-CSharp.dll
public class GameObjectStateNotifier : MonoBehaviour
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourGameObjectStateNotifier
Events
OnGameObjectDisabled
public event EventHandler OnGameObjectDisabled
Event Type
OnGameObjectEnabled
public event EventHandler OnGameObjectEnabled
Event Type
OnGameObjectStateChanged
public event EventHandler<bool> OnGameObjectStateChanged