Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Properties | List of all members
Entitas.IEnsureComponents Interface Reference

Properties

IMatcher ensureComponents [get]
 

Detailed Description

Implement this interface in combination with IReactiveSystem, IMultiReactiveSystem or IEntityCollectorSystem. It will ensure that all entities will match the specified matcher. This is useful when a component triggered the reactive system, but once the system gets executed the component already has been removed. Implementing IEnsureComponents can filter these enities.

Definition at line 37 of file IReactiveSystem.cs.


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