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