Public Member Functions |
Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
HutongGames.PlayMaker.Actions.SpeakBase Class Reference
Base for Speak-actions in PlayMaker. More...
Inheritance diagram for HutongGames.PlayMaker.Actions.SpeakBase:
Public Member Functions | |
| override void | OnEnter () |
| override void | OnExit () |
Public Attributes | |
| 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 |
Protected Member Functions | |
| void | subscribeEvents () |
| void | unsubscribeEvents () |
Protected Attributes | |
| string | uid |
Detailed Description
Base for Speak-actions in PlayMaker.
Member Data Documentation
◆ AudioSource
| FsmGameObject HutongGames.PlayMaker.Actions.SpeakBase.AudioSource |
AudioSource for the output (optional).
◆ Mode
| Crosstales.RTVoice.Model.Enum.SpeakMode HutongGames.PlayMaker.Actions.SpeakBase.Mode |
◆ Pitch
| FsmFloat HutongGames.PlayMaker.Actions.SpeakBase.Pitch = 1f |
Speech pitch of the speaker in percent (1 = 100%, default: 1, optional, mobile only).
◆ Rate
| FsmFloat HutongGames.PlayMaker.Actions.SpeakBase.Rate = 1 |
Speech rate of the speaker in percent (1 = 100%, default: 1, optional).
◆ Volume
| FsmFloat HutongGames.PlayMaker.Actions.SpeakBase.Volume = 1 |
Volume of the speaker in percent (1 = 100%, default: 1, optional).
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/SpeakBase.cs
Public Attributes inherited from