Class WithEntityQueryOptionsAttribute
Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
public sealed class WithEntityQueryOptionsAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
WithEntityQueryOptionsAttribute(EntityQueryOptions) | |
WithEntityQueryOptionsAttribute(EntityQueryOptions[]) |