Table of Contents

Class LifeCycleEventExtensions

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Provides extension methods for LifeCycleEvent.

public static class LifeCycleEventExtensions
Inheritance
LifeCycleEventExtensions
Inherited Members

Methods

IfMatchesExecute(LifeCycleEvent, LifeCycleEvent, Action)

Executes an action if the current event matches a given event.

Matches(LifeCycleEvent, LifeCycleEvent)