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.IExcludeComponents Interface Reference

Properties

IMatcher excludeComponents [get]
 

Detailed Description

Implement this interface in combination with IReactiveSystem, IMultiReactiveSystem or IEntityCollectorSystem. It will exclude all entities which match the specified matcher. To exclude multiple components use Matcher.AnyOf(ComponentX, ComponentY, ComponentZ).

Definition at line 46 of file IReactiveSystem.cs.


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