Class ComponentClip<T> | DOTS Timeline | 0.5.1-preview.2
docs.unity3d.com
    Show / Hide Table of Contents

    Class ComponentClip<T>

    Inheritance
    Object
    DOTSClip
    ComponentClip
    ComponentClip<T>
    NonUniformScaleComponentClip
    ScaleComponentClip
    TranslationComponentClip
    Inherited Members
    ComponentClip.CreatePlayable(PlayableGraph, GameObject)
    DOTSClip.Clip
    DOTSClip.AnimatedFields
    DOTSClip.OnEnable()
    DOTSClip.OnDisable()
    DOTSClip.CreateClipEntity(ConversionContext)
    DOTSClip.DeclareReferencedPrefabs(ConversionContext, List<GameObject>)
    DOTSClip.ConvertCurves(AnimationClip)
    DOTSClip.GetAnimationBlob<T>(String)
    DOTSClip.GetAnimationBlob<T>(String, Func<AnimationCurve, AnimationCurve>)
    DOTSClip.SetCurvesDirty()
    DOTSClip.CheckAndClearCurvesDirtyFlag()
    Namespace: Unity.Timeline.ECS
    Syntax
    public abstract class ComponentClip<T> : ComponentClip, ITimelineClipAsset where T : struct, IComponentData
    Type Parameters
    Name Description
    T

    Fields

    Additive

    Declaration
    public bool Additive
    Field Value
    Type Description
    Boolean

    Properties

    clipCaps

    Declaration
    public ClipCaps clipCaps { get; }
    Property Value
    Type Description
    ClipCaps

    ComponentData

    Declaration
    public abstract T ComponentData { get; }
    Property Value
    Type Description
    T

    componentType

    Declaration
    public override sealed Type componentType { get; }
    Property Value
    Type Description
    Type
    Overrides
    ComponentClip.componentType

    Methods

    Convert(Entity, ConversionContext)

    Declaration
    public override void Convert(Entity clipEntity, ConversionContext context)
    Parameters
    Type Name Description
    Entity clipEntity
    ConversionContext context
    Overrides
    DOTSClip.Convert(Entity, ConversionContext)

    OnCurvesModified(Entity, EntityManager)

    Called when the editor updates a clips curve data.

    Declaration
    public override void OnCurvesModified(Entity entity, EntityManager dstManager)
    Parameters
    Type Name Description
    Entity entity
    EntityManager dstManager
    Overrides
    DOTSClip.OnCurvesModified(Entity, EntityManager)
    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