Class EntityClip | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class EntityClip

    Inheritance
    Object
    DOTSClip
    EntityClip
    SpawnEntityClip
    SpawnWithTimelineClip
    Inherited Members
    DOTSClip.Clip
    DOTSClip.AnimatedFields
    DOTSClip.CreatePlayable(PlayableGraph, GameObject)
    DOTSClip.OnEnable()
    DOTSClip.OnDisable()
    DOTSClip.CreateClipEntity(ConversionContext)
    DOTSClip.Convert(Entity, ConversionContext)
    DOTSClip.OnCurvesModified(Entity, EntityManager)
    DOTSClip.DeclareReferencedPrefabs(ConversionContext, List<GameObject>)
    DOTSClip.ConvertCurves(AnimationClip)
    DOTSClip.GetAnimationBlob<T>(String)
    DOTSClip.GetAnimationBlob<T>(String, Func<AnimationCurve, AnimationCurve>)
    DOTSClip.SetCurvesDirty()
    DOTSClip.CheckAndClearCurvesDirtyFlag()
    DOTSClip.GetClipWeightCurve(BlobAssetReference<AnimationCurveBlob>)
    Namespace: Unity.Timeline.ECS
    Syntax
    public abstract class EntityClip : DOTSClip, IEntityTransformProvider

    Fields

    Position

    Declaration
    public float3 Position
    Field Value
    Type Description
    float3

    Rotation

    Declaration
    public float3 Rotation
    Field Value
    Type Description
    float3

    Scale

    Declaration
    public float3 Scale
    Field Value
    Type Description
    float3

    Methods

    OnTransformUpdate(Entity, EntityManager)

    Declaration
    public abstract void OnTransformUpdate(Entity entity, EntityManager manager)
    Parameters
    Type Name Description
    Entity entity
    EntityManager manager
    Implements
    IEntityTransformProvider.OnTransformUpdate(Entity, EntityManager)

    Explicit Interface Implementations

    IEntityTransformProvider.EntityRotation

    Declaration
    float3 IEntityTransformProvider.EntityRotation { get; set; }
    Returns
    Type Description
    float3
    Implements
    IEntityTransformProvider.EntityRotation

    IEntityTransformProvider.EntityScale

    Declaration
    float3 IEntityTransformProvider.EntityScale { get; set; }
    Returns
    Type Description
    float3
    Implements
    IEntityTransformProvider.EntityScale

    IEntityTransformProvider.EntityTranslation

    Declaration
    float3 IEntityTransformProvider.EntityTranslation { get; set; }
    Returns
    Type Description
    float3
    Implements
    IEntityTransformProvider.EntityTranslation
    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