docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ActionContext

    Action context to be used by actions.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: UnityEditor.Timeline.Actions
    Assembly: solution.dll
    Syntax
    public struct ActionContext

    Fields

    Name Description
    director

    The PlayableDirector that is used to play the current Timeline asset.

    invocationTime

    Time based on the position of the cursor on the timeline (in seconds). null if the time is not available (in case of a shortcut for example).

    timeline

    The Timeline asset that is currently opened in the Timeline window.

    Properties

    Name Description
    clips

    Clips that will be used by the actions.

    markers

    Markers that will be used by the actions.

    tracks

    Tracks that will be used by the actions.

    Extension Methods

    Invoker.Invoke<T>(ActionContext)

    See Also

    Invoker
    TimelineAction
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, October 11, 2023