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