docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Class CinemachineTrack

    Timeline track for Cinemachine virtual camera activation

    Inheritance
    object
    TrackAsset
    CinemachineTrack
    Implements
    ISerializationCallbackReceiver
    IPropertyPreview
    Inherited Members
    TrackAsset.m_Clips
    TrackAsset.OnBeforeTrackSerialize()
    TrackAsset.OnAfterTrackDeserialize()
    TrackAsset.GetClips()
    TrackAsset.GetChildTracks()
    TrackAsset.CreateCurves(string)
    TrackAsset.CreateTrackMixer(PlayableGraph, GameObject, int)
    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(int)
    TrackAsset.GatherProperties(PlayableDirector, IPropertyCollector)
    TrackAsset.OnCreateClip(TimelineClip)
    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: Global Namespace
    Assembly: solution.dll
    Syntax
    [Serializable]
    [TrackClipType(typeof(CinemachineShot))]
    [TrackBindingType(typeof(CinemachineBrain), TrackBindingFlags.None)]
    [TrackColor(0.53, 0, 0.08)]
    public class CinemachineTrack : TrackAsset, ISerializationCallbackReceiver, IPropertyPreview

    Methods

    CreateTrackMixer(PlayableGraph, GameObject, int)

    TrackAsset implementation

    Declaration
    public override Playable CreateTrackMixer(PlayableGraph graph, GameObject go, int inputCount)
    Parameters
    Type Name Description
    PlayableGraph graph
    GameObject go
    int inputCount
    Returns
    Type Description
    Playable

    Implements

    ISerializationCallbackReceiver
    UnityEngine.Timeline.IPropertyPreview
    In This Article
    Back to top
    Copyright © 2024 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)