interface ISceneEvent<T>
A wrapper for scene event interfaces. Allows syntax sugar of something like `IPlayerEvents.Post( x => x.OnPlayerHurt( this, amount ) )` instead of using Scene.Run to call them manually.
public static void PostToGameObject( GameObject go, Action<T> action )
😔 No documentation found.
public static void Post( Action<T> action )
😔 No documentation found.