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

    Struct SystemState

    Namespace: Unity.Entities
    Syntax
    public struct SystemState

    Properties

    Dependency

    Declaration
    public JobHandle Dependency { get; set; }
    Property Value
    Type Description
    JobHandle

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean

    EntityManager

    Declaration
    public EntityManager EntityManager { get; }
    Property Value
    Type Description
    EntityManager

    GlobalSystemVersion

    Declaration
    public uint GlobalSystemVersion { get; }
    Property Value
    Type Description
    UInt32

    LastSystemVersion

    Declaration
    public uint LastSystemVersion { get; }
    Property Value
    Type Description
    UInt32

    Time

    Declaration
    public TimeData Time { get; }
    Property Value
    Type Description
    TimeData

    World

    Declaration
    public World World { get; }
    Property Value
    Type Description
    World

    Methods

    CompleteDependency()

    Declaration
    public void CompleteDependency()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, October 19, 2020