Class QueryAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Marks a struct as a query definition. Source generators will produce an efficient enumerator for iterating matching archetypes.
[AttributeUsage(AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class QueryAttribute : Attribute
- Inheritance
-
QueryAttribute
- Inherited Members