Show / Hide Table of Contents

Class PlayTimelineWithDynamicAudio

Inheritance
MonoBehaviour
PlayTimelineWithDynamicAudio
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class PlayTimelineWithDynamicAudio : MonoBehaviour

Fields

OnCompleted

Declaration
public UnityEvent OnCompleted
Field Value
Type Description
UnityEvent

Timeline

Declaration
public TimelineAsset Timeline
Field Value
Type Description
TimelineAsset

Methods

Play()

Declaration
public void Play()

Play(ParameterList)

Declaration
public void Play(ParameterList parameterList)
Parameters
Type Name Description
ParameterList parameterList

Play(AnswerEncounter)

Declaration
public void Play(AnswerEncounter answerEncounter)
Parameters
Type Name Description
AnswerEncounter answerEncounter

Play(String)

Declaration
public void Play(string audioResouceName)
Parameters
Type Name Description
System.String audioResouceName

PlaySlow()

Declaration
public void PlaySlow()

SetTarget(ParameterList)

Declaration
public void SetTarget(ParameterList parameterQueue)
Parameters
Type Name Description
ParameterList parameterQueue

SetTarget(AnswerEncounter)

Declaration
public void SetTarget(AnswerEncounter answerEncounter)
Parameters
Type Name Description
AnswerEncounter answerEncounter

SetTarget(String)

Declaration
public void SetTarget(string target)
Parameters
Type Name Description
System.String target
Back to top Generated by DocFX