docs.unity3d.com
    Show / Hide Table of Contents

    Class TweenClip

    Inheritance
    Object
    TweenClip
    Namespace: Timeline.Samples
    Syntax
    public class TweenClip : PlayableAsset, ITimelineClipAsset, IPropertyPreview

    Fields

    curve

    Declaration
    public AnimationCurve curve
    Field Value
    Type Description
    AnimationCurve

    endLocation

    Declaration
    public ExposedReference<Transform> endLocation
    Field Value
    Type Description
    ExposedReference<Transform>

    shouldTweenPosition

    Declaration
    public bool shouldTweenPosition
    Field Value
    Type Description
    Boolean

    shouldTweenRotation

    Declaration
    public bool shouldTweenRotation
    Field Value
    Type Description
    Boolean

    startLocation

    Declaration
    public ExposedReference<Transform> startLocation
    Field Value
    Type Description
    ExposedReference<Transform>

    Properties

    clipCaps

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

    Methods

    CreatePlayable(PlayableGraph, GameObject)

    Declaration
    public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
    Parameters
    Type Name Description
    PlayableGraph graph
    GameObject owner
    Returns
    Type Description
    Playable

    GatherProperties(PlayableDirector, IPropertyCollector)

    Declaration
    public void GatherProperties(PlayableDirector director, IPropertyCollector driver)
    Parameters
    Type Name Description
    PlayableDirector director
    IPropertyCollector driver
    Implements
    IPropertyPreview.GatherProperties(PlayableDirector, IPropertyCollector)
    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