GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/react-native-pixels-connect
Profiles
ActionSpeakText
Class ActionSpeakText
Hierarchy (
view full
)
ActionRunOnDevice
ActionSpeakText
Index
Constructors
constructor
Properties
pitch
rate
text
type
volume
Methods
collect
Animations
duplicate
replace
Animation
requires
Animation
to
Action
Constructors
constructor
new
Action
Speak
Text
(
opt
?
)
:
Profiles
.
ActionSpeakText
Parameters
Optional
opt
:
{
pitch
?:
number
;
rate
?:
number
;
text
?:
string
;
volume
?:
number
;
}
Optional
pitch
?:
number
Optional
rate
?:
number
Optional
text
?:
string
Optional
volume
?:
number
Returns
Profiles
.
ActionSpeakText
Properties
pitch
pitch
:
number
rate
rate
:
number
text
text
:
string
Readonly
type
type
= "speakText"
volume
volume
:
number
Methods
collect
Animations
collect
Animations
(
)
:
Profiles
.
Animation
[]
Returns
Profiles
.
Animation
[]
duplicate
duplicate
(
)
:
Profiles
.
Action
Returns
Profiles
.
Action
replace
Animation
replace
Animation
(
_oldAnimation
,
_newAnimation
)
:
void
Parameters
_oldAnimation
:
Profiles
.
Animation
_newAnimation
:
Profiles
.
Animation
Returns
void
requires
Animation
requires
Animation
(
_animation
)
:
boolean
Parameters
_animation
:
Profiles
.
Animation
Returns
boolean
to
Action
to
Action
(
_editSet
,
_set
,
actionId
)
:
Action
Parameters
_editSet
:
ProfileDataSet
_set
:
DataSet
actionId
:
number
Returns
Action
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pitch
rate
text
type
volume
Methods
collect
Animations
duplicate
replace
Animation
requires
Animation
to
Action
GitHub
Pixels Website
Documentation
Loading...