{!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 CreateTrack | Timeline | 1.6.3
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method CreateTrack

    CreateTrack(Type, TrackAsset, string)

    Allows you to create a track and add it to the Timeline.

    선언
    public TrackAsset CreateTrack(Type type, TrackAsset parent, string name)
    파라미터
    타입 이름 설명
    Type type

    The type of track to create. Must derive from TrackAsset.

    TrackAsset parent

    Track to parent to. This can be null.

    string name

    Name to give the track.

    반환
    타입 설명
    TrackAsset

    The created track.

    참고

    This method will throw an InvalidOperationException if the parent is not valid. The parent can be any GroupTrack, or a supported parent type of track. For example, this can be used to create override tracks in AnimationTracks.

    CreateTrack<T>(TrackAsset, string)

    Creates a track and adds it to the Timeline Asset.

    선언
    public T CreateTrack<T>(TrackAsset parent, string trackName) where T : TrackAsset, new()
    파라미터
    타입 이름 설명
    TrackAsset parent

    Track to parent to. This can be null.

    string trackName

    The name of the track being created.

    반환
    타입 설명
    T

    Returns the created track.

    타입 파라미터
    이름 설명
    T

    The type of track being created. The track type must be derived from TrackAsset.

    참고

    This method will throw an InvalidOperationException if the parent is not valid. The parent can be any GroupTrack, or a supported parent type of track. For example, this can be used to create override tracks in AnimationTracks.

    CreateTrack<T>(string)

    Creates a track and adds it to the Timeline Asset.

    선언
    public T CreateTrack<T>(string trackName) where T : TrackAsset, new()
    파라미터
    타입 이름 설명
    string trackName

    The name of the track being created.

    반환
    타입 설명
    T

    Returns the created track.

    타입 파라미터
    이름 설명
    T

    The type of track being created. The track type must be derived from TrackAsset.

    CreateTrack<T>()

    Creates a track and adds it to the Timeline Asset.

    선언
    public T CreateTrack<T>() where T : TrackAsset, new()
    반환
    타입 설명
    T

    Returns the created track.

    타입 파라미터
    이름 설명
    T

    The type of track being created. The track type must be derived from TrackAsset.

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