docs.unity.cn
    Show / Hide Table of Contents

    Class UsdPlayableTrack

    Inheritance
    Object
    TrackAsset
    UsdPlayableTrack
    Inherited Members
    TrackAsset.m_Clips
    TrackAsset.OnBeforeTrackSerialize()
    TrackAsset.OnAfterTrackDeserialize()
    TrackAsset.GetClips()
    TrackAsset.GetChildTracks()
    TrackAsset.CreateCurves(String)
    TrackAsset.CreateTrackMixer(PlayableGraph, GameObject, Int32)
    TrackAsset.CreatePlayable(PlayableGraph, GameObject)
    TrackAsset.CreateDefaultClip()
    TrackAsset.CreateClip<T>()
    TrackAsset.CreateMarker(Type, Double)
    TrackAsset.CreateMarker<T>(Double)
    TrackAsset.DeleteMarker(IMarker)
    TrackAsset.GetMarkers()
    TrackAsset.GetMarkerCount()
    TrackAsset.GetMarker(Int32)
    TrackAsset.GatherProperties(PlayableDirector, IPropertyCollector)
    TrackAsset.CalculateItemsHash()
    TrackAsset.CreatePlayable(PlayableGraph, GameObject, TimelineClip)
    TrackAsset.GetAnimationClipHash(AnimationClip)
    TrackAsset.start
    TrackAsset.end
    TrackAsset.duration
    TrackAsset.muted
    TrackAsset.mutedInHierarchy
    TrackAsset.timelineAsset
    TrackAsset.parent
    TrackAsset.isEmpty
    TrackAsset.hasClips
    TrackAsset.hasCurves
    TrackAsset.isSubTrack
    TrackAsset.outputs
    TrackAsset.curves
    TrackAsset.locked
    TrackAsset.lockedInHierarchy
    TrackAsset.supportsNotifications
    Namespace: Unity.Formats.USD
    Syntax
    [TrackClipType(typeof(UsdPlayableAsset))]
    [TrackBindingType(typeof(UsdAsset))]
    [TrackColor(0.1F, 0.2F, 0.8F)]
    [Serializable]
    public class UsdPlayableTrack : TrackAsset, ISerializationCallbackReceiver, IPropertyPreview, ICurvesOwner

    Methods

    OnCreateClip(TimelineClip)

    Declaration
    protected override void OnCreateClip(TimelineClip clip)
    Parameters
    Type Name Description
    TimelineClip clip
    Overrides
    TrackAsset.OnCreateClip(TimelineClip)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023