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