Class ComponentAnimationSystem<T, TMixer> | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class ComponentAnimationSystem<T, TMixer>

    Inheritance
    Object
    ComponentAnimationSystem<T, TMixer>
    ComponentAnimationSystem<T>
    NonUniformScaleAnimationSystem
    RotationAnimationSystem
    RotationEulerZXYAnimationSystem
    ScaleAnimationSystem
    TranslationAnimationSystem
    Namespace: Unity.Timeline
    Syntax
    public abstract class ComponentAnimationSystem<T, TMixer> : JobComponentSystem where T : struct, IComponentData where TMixer : struct, IComponentMixer<T>
    Type Parameters
    Name Description
    T
    TMixer

    Methods

    OnCreate()

    Declaration
    protected override void OnCreate()

    OnDestroy()

    Declaration
    protected override void OnDestroy()

    OnUpdate(JobHandle)

    Declaration
    protected override 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