HutongGames.PlayMaker.Actions.SpeakUI Class Reference

Speak-action for UI-components in PlayMaker. More...

Inheritance diagram for HutongGames.PlayMaker.Actions.SpeakUI:
HutongGames.PlayMaker.Actions.SpeakBase HutongGames.PlayMaker.Actions.BaseRTVAction

Public Member Functions

override void OnEnter ()
 
- Public Member Functions inherited from HutongGames.PlayMaker.Actions.SpeakBase
override void OnEnter ()
 
override void OnExit ()
 

Public Attributes

InputField Text
 Text to speak. More...
 
InputField RTVoiceName
 Name of the RT-Voice. More...
 
FsmString Culture = "en"
 Fallback culture (e.g. 'en', optional). More...
 
- Public Attributes inherited from HutongGames.PlayMaker.Actions.SpeakBase
Crosstales.RTVoice.Model.Enum.SpeakMode Mode
 Speak mode (default: 'Speak'). More...
 
FsmGameObject AudioSource
 AudioSource for the output (optional). More...
 
FsmFloat Rate = 1
 Speech rate of the speaker in percent (1 = 100%, default: 1, optional). More...
 
FsmFloat Pitch = 1f
 Speech pitch of the speaker in percent (1 = 100%, default: 1, optional, mobile only). More...
 
FsmFloat Volume = 1
 Volume of the speaker in percent (1 = 100%, default: 1, optional). More...
 
- Public Attributes inherited from HutongGames.PlayMaker.Actions.BaseRTVAction
FsmEvent sendEvent
 

Additional Inherited Members

- Protected Member Functions inherited from HutongGames.PlayMaker.Actions.SpeakBase
void subscribeEvents ()
 
void unsubscribeEvents ()
 
- Protected Attributes inherited from HutongGames.PlayMaker.Actions.SpeakBase
string uid
 

Detailed Description

Speak-action for UI-components in PlayMaker.

Member Data Documentation

◆ Culture

FsmString HutongGames.PlayMaker.Actions.SpeakUI.Culture = "en"

Fallback culture (e.g. 'en', optional).

◆ RTVoiceName

InputField HutongGames.PlayMaker.Actions.SpeakUI.RTVoiceName

Name of the RT-Voice.

◆ Text

InputField HutongGames.PlayMaker.Actions.SpeakUI.Text

Text to speak.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/RTVoice/RTVoicePro/Assets/Plugins/crosstales/RTVoice/3rd party/PlayMaker/Scripts/SpeakUI.cs