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

    Class TransformUpdateTests.TransformPatch

    Inheritance
    System.Object
    ScriptBehaviourManager
    ComponentSystemBase
    JobComponentSystem
    TransformUpdateTests.TransformPatch
    Inherited Members
    JobComponentSystem.OnBeforeCreateManagerInternal(World, Int32)
    JobComponentSystem.OnBeforeDestroyManagerInternal()
    JobComponentSystem.GetComponentDataFromEntity<T>(Boolean)
    JobComponentSystem.GetFixedArrayFromEntity<T>(Boolean)
    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.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.Tests
    Syntax
    public class TransformPatch : JobComponentSystem

    Constructors

    TransformPatch()

    Declaration
    public TransformPatch()

    Methods

    AddChildTree(Entity, Entity)

    Declaration
    public void AddChildTree(Entity parentEntity, Entity childEntity)
    Parameters
    Type Name Description
    Entity parentEntity
    Entity childEntity

    CleanupChangedChildTree(Entity, Entity, Int32, EntityCommandBuffer)

    Declaration
    public void CleanupChangedChildTree(Entity parentEntity, Entity entity, int depth, EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    Entity parentEntity
    Entity entity
    System.Int32 depth
    EntityCommandBuffer entityCommandBuffer

    CleanupParentToChildTree(ComponentDataFromEntity<TransformUpdateTests.ChangedVersion>)

    Declaration
    public void CleanupParentToChildTree(ComponentDataFromEntity<TransformUpdateTests.ChangedVersion> changedVersions)
    Parameters
    Type Name Description
    ComponentDataFromEntity<TransformUpdateTests.ChangedVersion> changedVersions

    CleanupUnchangedChildTree(Entity, Entity, Int32, EntityCommandBuffer, ComponentDataFromEntity<TransformUpdateTests.ChangedVersion>)

    Declaration
    public void CleanupUnchangedChildTree(Entity parentEntity, Entity entity, int depth, EntityCommandBuffer entityCommandBuffer, ComponentDataFromEntity<TransformUpdateTests.ChangedVersion> changedVersions)
    Parameters
    Type Name Description
    Entity parentEntity
    Entity entity
    System.Int32 depth
    EntityCommandBuffer entityCommandBuffer
    ComponentDataFromEntity<TransformUpdateTests.ChangedVersion> changedVersions

    IsChildTree(Entity)

    Declaration
    public bool IsChildTree(Entity entity)
    Parameters
    Type Name Description
    Entity entity
    Returns
    Type Description
    System.Boolean

    OnDestroyManager()

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

    OnUpdate(JobHandle)

    Declaration
    protected override JobHandle OnUpdate(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps
    Returns
    Type Description
    JobHandle
    Overrides
    JobComponentSystem.OnUpdate(JobHandle)

    UpdateChanged()

    Declaration
    public void UpdateChanged()

    UpdateChangedParents(EntityCommandBuffer)

    Declaration
    public void UpdateChangedParents(EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    EntityCommandBuffer entityCommandBuffer

    UpdateDAG()

    Declaration
    public void UpdateDAG()

    UpdateInnerTreeLocalToParent()

    Declaration
    public void UpdateInnerTreeLocalToParent()

    UpdateInnerTreeLocalToWorld()

    Declaration
    public void UpdateInnerTreeLocalToWorld()

    UpdateLeafLocalToParent()

    Declaration
    public void UpdateLeafLocalToParent()

    UpdateLeafLocalToWorld()

    Declaration
    public void UpdateLeafLocalToWorld()

    UpdateNewChildTransforms(EntityCommandBuffer)

    Declaration
    public void UpdateNewChildTransforms(EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    EntityCommandBuffer entityCommandBuffer

    UpdateNewRootTransforms(EntityCommandBuffer)

    Declaration
    public void UpdateNewRootTransforms(EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    EntityCommandBuffer entityCommandBuffer

    UpdateRemovedParents(EntityCommandBuffer)

    Declaration
    public void UpdateRemovedParents(EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    EntityCommandBuffer entityCommandBuffer

    UpdateRemovedTransforms(EntityCommandBuffer)

    Declaration
    public void UpdateRemovedTransforms(EntityCommandBuffer entityCommandBuffer)
    Parameters
    Type Name Description
    EntityCommandBuffer entityCommandBuffer

    UpdateRootsLocalToWorld()

    Declaration
    public void UpdateRootsLocalToWorld()
    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