C# Class Addler.Runtime.Foundation.EventDispatcher.MonoBehaviourDestroyedEventDispatcher

IEventDispatcher that dispatches an event when the GameObject is destroyed.
Inheritance: MonoBehaviour, IEventDispatcher
Datei anzeigen Open project: Haruma-K/Addler

Public Methods

Method Description
OnDestroy ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void