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

    Class JobComponentSystem

    Inheritance
    System.Object
    ScriptBehaviourManager
    ComponentSystemBase
    JobComponentSystem
    ComponentGroupDelta.DeltaModifyComponentSystem1Comp
    ComponentGroupDelta.DeltaModifyComponentSystem2Comp
    ComponentGroupDelta.DeltaModifyComponentSystem3Comp
    ComponentGroupDelta.DeltaProcessComponentSystem
    ComponentGroupDelta.ModifyComponentSystem1Comp
    ComponentGroupDelta.ModifyComponentSystem2Comp
    ComponentGroupDelta.ModifyComponentSystem3Comp
    EmptySystem
    InjectComponentGroupTests.FromEntitySystemIncrementInJob
    InjectComponentGroupTests.OnCreateManagerComponentGroupInjectionSystem
    InjectComponentGroupTests.OnDestroyManagerComponentGroupInjectionSystem
    JobComponentSystemDependencyTests.ReadSystem1
    JobComponentSystemDependencyTests.ReadSystem2
    JobComponentSystemDependencyTests.ReadSystem3
    JobComponentSystemDependencyTests.WriteSystem
    TransformUpdateTests.TransformPatch
    Inherited Members
    ComponentSystemBase.Enabled
    ComponentSystemBase.ComponentGroups
    ComponentSystemBase.GlobalSystemVersion
    ComponentSystemBase.ShouldRunSystem()
    ComponentSystemBase.OnAfterDestroyManagerInternal()
    ComponentSystemBase.OnStartRunning()
    ComponentSystemBase.OnStopRunning()
    ComponentSystemBase.BeforeUpdateVersioning()
    ComponentSystemBase.AfterUpdateVersioning()
    ComponentSystemBase.EntityManager
    ComponentSystemBase.World
    ComponentSystemBase.GetComponentGroup(ComponentType[])
    ComponentSystemBase.GetEntities<T>()
    ComponentSystemBase.UpdateInjectedComponentGroups()
    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 JobComponentSystem : ComponentSystemBase

    Methods

    GetComponentDataFromEntity<T>(Boolean)

    Declaration
    public ComponentDataFromEntity<T> GetComponentDataFromEntity<T>(bool isReadOnly = false)where T : struct, IComponentData
    Parameters
    Type Name Description
    System.Boolean isReadOnly
    Returns
    Type Description
    ComponentDataFromEntity<T>
    Type Parameters
    Name Description
    T

    GetFixedArrayFromEntity<T>(Boolean)

    Declaration
    public FixedArrayFromEntity<T> GetFixedArrayFromEntity<T>(bool isReadOnly = false)where T : struct
    Parameters
    Type Name Description
    System.Boolean isReadOnly
    Returns
    Type Description
    FixedArrayFromEntity<T>
    Type Parameters
    Name Description
    T

    OnBeforeCreateManagerInternal(World, Int32)

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

    OnBeforeDestroyManagerInternal()

    Declaration
    protected override sealed void OnBeforeDestroyManagerInternal()
    Overrides
    ComponentSystemBase.OnBeforeDestroyManagerInternal()

    OnUpdate(JobHandle)

    Declaration
    protected virtual JobHandle OnUpdate(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps
    Returns
    Type Description
    JobHandle
    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