Class ComponentSystemBase | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ComponentSystemBase

    Inheritance
    System.Object
    ScriptBehaviourManager
    ComponentSystemBase
    ComponentSystem
    JobComponentSystem
    Inherited Members
    ScriptBehaviourManager.OnCreateManager(Int32)
    ScriptBehaviourManager.OnDestroyManager()
    ScriptBehaviourManager.Update()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Unity.Entities
    Syntax
    public abstract class ComponentSystemBase : ScriptBehaviourManager

    Properties

    ComponentGroups

    Declaration
    public ComponentGroup[] ComponentGroups { get; }
    Property Value
    Type Description
    ComponentGroup[]

    Enabled

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

    EntityManager

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

    GlobalSystemVersion

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

    World

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

    Methods

    AfterUpdateVersioning()

    Declaration
    protected void AfterUpdateVersioning()

    BeforeUpdateVersioning()

    Declaration
    protected void BeforeUpdateVersioning()

    GetComponentGroup(ComponentType[])

    Declaration
    protected ComponentGroup GetComponentGroup(params ComponentType[] componentTypes)
    Parameters
    Type Name Description
    ComponentType[] componentTypes
    Returns
    Type Description
    ComponentGroup

    GetEntities<T>()

    Declaration
    protected ComponentGroupArray<T> GetEntities<T>()where T : struct
    Returns
    Type Description
    ComponentGroupArray<T>
    Type Parameters
    Name Description
    T

    OnAfterDestroyManagerInternal()

    Declaration
    protected override sealed void OnAfterDestroyManagerInternal()
    Overrides
    ScriptBehaviourManager.OnAfterDestroyManagerInternal()

    OnBeforeCreateManagerInternal(World, Int32)

    Declaration
    protected override void OnBeforeCreateManagerInternal(World world, int capacity)
    Parameters
    Type Name Description
    World world
    System.Int32 capacity
    Overrides
    ScriptBehaviourManager.OnBeforeCreateManagerInternal(World, Int32)

    OnBeforeDestroyManagerInternal()

    Declaration
    protected override void OnBeforeDestroyManagerInternal()
    Overrides
    ScriptBehaviourManager.OnBeforeDestroyManagerInternal()

    OnStartRunning()

    Declaration
    protected virtual void OnStartRunning()

    OnStopRunning()

    Declaration
    protected virtual void OnStopRunning()

    ShouldRunSystem()

    Declaration
    public bool ShouldRunSystem()
    Returns
    Type Description
    System.Boolean

    UpdateInjectedComponentGroups()

    Declaration
    protected void UpdateInjectedComponentGroups()
    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