{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method CreateMarker | Timeline | 1.6.3
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method CreateMarker

    CreateMarker(Type, double)

    Creates a marker of the requested type, at a specific time, and adds the marker to the current asset.

    선언
    public IMarker CreateMarker(Type type, double time)
    파라미터
    타입 이름 설명
    Type type

    The type of marker.

    double time

    The time where the marker is created.

    반환
    타입 설명
    IMarker

    Returns the instance of the created marker.

    참고

    All markers that implement IMarker and inherit from ScriptableObject are supported. Markers that implement the INotification interface cannot be added to tracks that do not support notifications. CreateMarker will throw InvalidOperationException with tracks that do not support notifications if type implements the INotification interface.

    참고
    Marker
    supportsNotifications

    CreateMarker<T>(double)

    Creates a marker of the requested type, at a specific time, and adds the marker to the current asset.

    선언
    public T CreateMarker<T>(double time) where T : ScriptableObject, IMarker
    파라미터
    타입 이름 설명
    double time

    The time where the marker is created.

    반환
    타입 설명
    T

    Returns the instance of the created marker.

    타입 파라미터
    이름 설명
    T

    The type of marker to create.

    참고

    All markers that implement IMarker and inherit from ScriptableObject are supported. CreateMarker will throw InvalidOperationException with tracks that do not support notifications if T implements the INotification interface.

    참고
    Marker
    supportsNotifications
    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)