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