Enum TypeManager.SystemAttributeKind
An enum describing some important kinds of attributes that can be added to systems. This is used in order to make some code paths burstable that refer to said attributes.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public enum TypeManager.SystemAttributeKind
Fields
Name | Description |
---|---|
CreateAfter | |
CreateBefore | |
DisableAutoCreation | |
RequireMatchingQueriesForUpdate | |
UpdateAfter | |
UpdateBefore | |
UpdateInGroup |