Struct TypeManager.SystemAttribute
Information about the System. It provides access to the SystemTypeIndex.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct TypeManager.SystemAttribute
Fields
| Name | Description |
|---|---|
| TargetSystemTypeIndex | The SystemTypeIndex for the target system. |
Properties
| Name | Description |
|---|---|
| ShouldOrderFirst | Indicates if the system is ordered first inside its system group. |
| ShouldOrderLast | Indicates if the system is ordered last inside its system group. |