Struct SystemState | Entities | 0.11.2-preview.1
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023