Class UpdateInGroupAttribute
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public class UpdateInGroupAttribute : Attribute, _Attribute
Constructors
UpdateInGroupAttribute(Type)
Declaration
public UpdateInGroupAttribute(Type groupType)
Parameters
Type | Name | Description |
---|---|---|
Type | groupType |
Fields
OrderFirst
Declaration
public bool OrderFirst
Field Value
Type | Description |
---|---|
Boolean |
OrderLast
Declaration
public bool OrderLast
Field Value
Type | Description |
---|---|
Boolean |
Properties
GroupType
Declaration
public Type GroupType { get; }
Property Value
Type | Description |
---|---|
Type |