Class SceneActivationPlayableAsset
A Playable Asset used by the SceneActivationTrack.
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 |