docs.unity3d.com
    目次を表示する/隠す

    Class SceneActivationTrack

    A track you can use to control the active state of a Scene.

    Inheritance
    Object
    TrackAsset
    SceneActivationTrack
    Inherited Members
    TrackAsset.m_Clips
    TrackAsset.OnBeforeTrackSerialize()
    TrackAsset.OnAfterTrackDeserialize()
    TrackAsset.GetClips()
    TrackAsset.GetChildTracks()
    TrackAsset.CreateCurves(String)
    UnityEngine.Timeline.TrackAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph, UnityEngine.GameObject)
    TrackAsset.CreateDefaultClip()
    TrackAsset.CreateClip<T>()
    TrackAsset.DeleteClip(TimelineClip)
    UnityEngine.Timeline.TrackAsset.CreateMarker(System.Type, System.Double)
    TrackAsset.CreateMarker<T>(Double)
    TrackAsset.DeleteMarker(IMarker)
    TrackAsset.GetMarkers()
    TrackAsset.GetMarkerCount()
    TrackAsset.GetMarker(Int32)
    TrackAsset.OnCreateClip(TimelineClip)
    TrackAsset.CalculateItemsHash()
    UnityEngine.Timeline.TrackAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph, UnityEngine.GameObject, UnityEngine.Timeline.TimelineClip)
    TrackAsset.CanCreateTrackMixer()
    UnityEngine.Timeline.TrackAsset.GetAnimationClipHash(UnityEngine.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: UnityEngine.Sequences.Timeline
    Syntax
    [Serializable]
    [TrackClipType(typeof(SceneActivationPlayableAsset))]
    [TrackColor(0.55F, 0.5F, 0.14F)]
    public class SceneActivationTrack : TrackAsset, ISerializationCallbackReceiver, IPropertyPreview, ICurvesOwner

    Fields

    scene

    A reference to the Scene to control through this track.

    Declaration
    public SceneReference scene
    Field Value
    Type Description
    SceneReference

    Methods

    CreateTrackMixer(PlayableGraph, GameObject, Int32)

    Creates a mixer to blend playables generated by clips on the track.

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

    The graph to inject playables into.

    GameObject go

    The GameObject that requested the graph.

    Int32 inputCount

    The number of playables from clips that will be inputs to the returned mixer.

    Returns
    Type Description
    Playable

    A handle to the Playable that represents the mixer.

    GatherProperties(PlayableDirector, IPropertyCollector)

    The Timeline Editor calls this method to gather properties that require a preview.

    Declaration
    public override void GatherProperties(PlayableDirector director, IPropertyCollector driver)
    Parameters
    Type Name Description
    PlayableDirector director

    The PlayableDirector that invokes the preview.

    IPropertyCollector driver

    The PropertyCollector used to gather previewable properties.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)