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

    Class UpdateBeforeAttribute

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

    Properties

    SystemType

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