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