docs.unity3d.com
    Show / Hide Table of Contents

    Class SceneActivationPlayableAsset

    A Playable Asset used by the SceneActivationTrack.

    Inheritance
    Object
    SceneActivationPlayableAsset
    Namespace: UnityEngine.Sequences.Timeline
    Syntax
    public class SceneActivationPlayableAsset : PlayableAsset, ITimelineClipAsset

    Properties

    clipCaps

    Returns the capabilities of TimelineClips that contain an SceneActivationPlayableAsset.

    Declaration
    public ClipCaps clipCaps { get; }
    Property Value
    Type Description
    ClipCaps

    Methods

    CreatePlayable(PlayableGraph, GameObject)

    Creates the root of a Playable subgraph to play the scene activation clip.

    Declaration
    public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
    Parameters
    Type Name Description
    PlayableGraph graph

    PlayableGraph that will own the playable.

    GameObject owner

    The gameobject that triggered the graph build.

    Returns
    Type Description
    Playable
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023