Table of Contents

Class DialogueClip

[Serializable]
public class DialogueClip : PlayableAsset, ITimelineClipAsset
Inheritance
DialogueClip
Implements
ITimelineClipAsset

Properties

Dialog

public DialogObject Dialog { get; }

Property Value

DialogObject

clipCaps

public ClipCaps clipCaps { get; }

Property Value

ClipCaps

duration

public override double duration { get; }

Property Value

double

Methods

CreatePlayable(PlayableGraph, GameObject)

public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)

Parameters

graph PlayableGraph
owner GameObject

Returns

Playable