Class SceneActivationPlayableAsset
A Playable Asset used by the Scene
Inherited Members
Namespace: UnityEngine .Sequences.Timeline
Assembly: Unity.Sequences.dll
Syntax
[Serializable]
public class SceneActivationPlayableAsset : PlayableAsset, IPlayableAsset, ITimelineClipAsset
Properties
clipCaps
Returns the capabilities of TimelineClips that contain an SceneActivationPlayableAsset.
Declaration
public ClipCaps clipCaps { get; }
Property Value
Type | Description |
---|---|
Clip |
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 |
---|---|---|
Playable |
graph | PlayableGraph that will own the playable. |
Game |
owner | The gameobject that triggered the graph build. |
Returns
Type | Description |
---|---|
Playable |