Class UpdateInGroupAttribute | Entities | 0.11.2-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Class UpdateInGroupAttribute

    Inheritance
    Object
    Attribute
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, October 19, 2020