Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.IMatcherExtension Class Reference

Static Public Member Functions

static TriggerOnEvent OnEntityAdded (this IMatcher matcher)
 
static TriggerOnEvent OnEntityRemoved (this IMatcher matcher)
 
static TriggerOnEvent OnEntityAddedOrRemoved (this IMatcher matcher)
 

Detailed Description

Definition at line 3 of file IMatcherExtension.cs.

Member Function Documentation

§ OnEntityAdded()

static TriggerOnEvent Entitas.IMatcherExtension.OnEntityAdded ( this IMatcher  matcher)
inlinestatic

Convenience method to create a new TriggerOnEvent. Commonly used in IReactiveSystem and IMultiReactiveSystem.

Definition at line 7 of file IMatcherExtension.cs.

§ OnEntityAddedOrRemoved()

static TriggerOnEvent Entitas.IMatcherExtension.OnEntityAddedOrRemoved ( this IMatcher  matcher)
inlinestatic

Convenience method to create a new TriggerOnEvent. Commonly used in IReactiveSystem and IMultiReactiveSystem.

Definition at line 19 of file IMatcherExtension.cs.

§ OnEntityRemoved()

static TriggerOnEvent Entitas.IMatcherExtension.OnEntityRemoved ( this IMatcher  matcher)
inlinestatic

Convenience method to create a new TriggerOnEvent. Commonly used in IReactiveSystem and IMultiReactiveSystem.

Definition at line 13 of file IMatcherExtension.cs.


The documentation for this class was generated from the following file: