docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IMarker

    Interface implemented by markers.

    Namespace: UnityEngine.Timeline
    Assembly: Unity.Timeline.dll
    Syntax
    public interface IMarker
    Remarks

    A marker is a point in time.

    Properties

    parent

    The track that contains the marker.

    Declaration
    TrackAsset parent { get; }
    Property Value
    Type Description
    TrackAsset
    See Also
    Marker

    time

    The time set for the marker, in seconds.

    Declaration
    double time { get; set; }
    Property Value
    Type Description
    double
    See Also
    Marker

    Methods

    Initialize(TrackAsset)

    This method is called when the marker is initialized.

    Declaration
    void Initialize(TrackAsset parent)
    Parameters
    Type Name Description
    TrackAsset parent

    The track that contains the marker.

    Remarks

    This method is called after each deserialization of the Timeline Asset.

    See Also
    Marker

    See Also

    Marker
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)