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

    Class UpdateInGroupAttribute

    Inheritance
    Object
    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
    Type groupType

    Properties

    GroupType

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