Class WithDisabledAttribute
Specify that an IJobEntity should include all of the component types specified as part of the attribute, but they must all be disabled.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
public sealed class WithDisabledAttribute : Attribute
Constructors
Name | Description |
---|---|
WithDisabledAttribute(params Type[]) | Specifies that this IJobEntity should include all of the component types specified as part of the attribute, but they must all be disabled. |