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

    Class UpdateBeforeAttribute

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

    Constructors

    UpdateBeforeAttribute(Type)

    Declaration
    public UpdateBeforeAttribute(Type systemType)
    Parameters
    Type Name Description
    System.Type systemType

    Properties

    SystemType

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