Class UpdateInGroupAttribute | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class UpdateInGroupAttribute

    Inheritance
    System.Object
    System.Attribute
    UpdateInGroupAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class UpdateInGroupAttribute : Attribute, _Attribute

    Constructors

    UpdateInGroupAttribute(Type)

    Declaration
    public UpdateInGroupAttribute(Type groupType)
    Parameters
    Type Name Description
    System.Type groupType

    Properties

    GroupType

    Declaration
    public Type GroupType { get; }
    Property Value
    Type Description
    System.Type
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX