WithPredicateAttribute.md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.System

WithPredicateAttribute Class

Makes so when building the inner EntitySet of AEntitySetSystem<T> when giving a World instance, the decorated method will be used as a component predicate.
The decorated method should be of the type ComponentPredicate<T>(T).

public sealed class WithPredicateAttribute : System.Attribute

Inheritance System.Object ๐Ÿก’ System.Attribute ๐Ÿก’ WithPredicateAttribute

Contents

  1. 0.1DefaultEcs.System
  2. 1WithPredicateAttribute Class