Interface IMarker | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IMarker

    Interface implemented by markers.

    Namespace: UnityEngine.Timeline
    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

    time

    The time set for the marker, in seconds.

    Declaration
    double time { get; set; }
    Property Value
    Type Description
    System.Double

    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
    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