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