Class JobHelpers | DOTS Timeline | 0.8.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class JobHelpers

    Inheritance
    Object
    JobHelpers
    Namespace: Unity.Timeline.ComponentAnimationJobs
    Syntax
    public static class JobHelpers

    Methods

    AccumulateWeightedAnimationExecuteGeneric<T>(ref TrackBindingComponent, ref LocalTime, ref AnimatedComponent<T>, ref ClipWeight, ref ActiveState, ref NativeHashMap<Hash128, MixData<T>>)

    Declaration
    public static void AccumulateWeightedAnimationExecuteGeneric<T>([ReadOnly] ref TrackBindingComponent binding, [ReadOnly] ref LocalTime c0, [ReadOnly] ref AnimatedComponent<T> c2, [ReadOnly] ref ClipWeight c3, [ReadOnly] ref ActiveState state, [ReadOnly] ref NativeHashMap<Hash128, MixData<T>> BlendData)
        where T : struct, IComponentData
    Parameters
    Type Name Description
    TrackBindingComponent binding
    LocalTime c0
    AnimatedComponent<T> c2
    ClipWeight c3
    ActiveState state
    NativeHashMap<Hash128, MixData<T>> BlendData
    Type Parameters
    Name Description
    T

    AnimateUnblendExecuteGeneric<T>(ref TrackBindingComponent, ref LocalTime, ref AnimatedComponent<T>, ref ActiveState, ref NativeHashMap<Hash128, MixData<T>>.ParallelWriter)

    Declaration
    public static void AnimateUnblendExecuteGeneric<T>([ReadOnly] ref TrackBindingComponent binding, [ReadOnly] ref LocalTime c0, [ReadOnly] ref AnimatedComponent<T> c3, [ReadOnly] ref ActiveState state, ref NativeHashMap<Hash128, MixData<T>>.ParallelWriter BlendData)
        where T : struct, IComponentData
    Parameters
    Type Name Description
    TrackBindingComponent binding
    LocalTime c0
    AnimatedComponent<T> c3
    ActiveState state
    NativeHashMap.ParallelWriter<> BlendData
    Type Parameters
    Name Description
    T

    Write_GenericeExecute<T, TMixer>(ref NativeArray<DefaultComponentValue<T>>, ref NativeArray<T>, Int32, NativeArray<Entity>, ref BufferAccessor<TrackBindingElement>, NativeHashMap<Hash128, MixData<T>>, ref EntityCommandBuffer.ParallelWriter)

    Declaration
    public static void Write_GenericeExecute<T, TMixer>(ref NativeArray<DefaultComponentValue<T>> defaultComponentObjects, ref NativeArray<T> componentObjects, int jobIndex, in NativeArray<Entity> chunkEntities, ref BufferAccessor<TrackBindingElement> bufferObjects, in NativeHashMap<Hash128, MixData<T>> BlendData, ref EntityCommandBuffer.ParallelWriter CommandBuffer)
        where T : struct, IComponentData where TMixer : struct, IComponentMixer<T>
    Parameters
    Type Name Description
    NativeArray<DefaultComponentValue<T>> defaultComponentObjects
    NativeArray<T> componentObjects
    Int32 jobIndex
    NativeArray<Entity> chunkEntities
    BufferAccessor<TrackBindingElement> bufferObjects
    NativeHashMap<Hash128, MixData<T>> BlendData
    EntityCommandBuffer.ParallelWriter CommandBuffer
    Type Parameters
    Name Description
    T
    TMixer
    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