godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioStreamRandomPitch.GDNativeClassBinding
godot
audiostreamrandompitch
AudioStreamRandomPitch
Undocumented in source.
struct
AudioStreamRandomPitch
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_audio_stream")
GodotMethod
!(
AudioStream
)
getAudioStream
;
__gshared
@
GodotName
("get_random_pitch")
GodotMethod
!(
double
)
getRandomPitch
;
__gshared
@
GodotName
("set_audio_stream")
GodotMethod
!(
void
,
AudioStream
)
setAudioStream
;
__gshared
@
GodotName
("set_random_pitch")
GodotMethod
!(
void
,
double
)
setRandomPitch
;
}
Members
Static variables
getAudioStream
GodotMethod
!(
AudioStream
)
getAudioStream
;
Undocumented in source.
getRandomPitch
GodotMethod
!(
double
)
getRandomPitch
;
Undocumented in source.
setAudioStream
GodotMethod
!(
void
,
AudioStream
)
setAudioStream
;
Undocumented in source.
setRandomPitch
GodotMethod
!(
void
,
double
)
setRandomPitch
;
Undocumented in source.
Meta
Source
See Implementation
godot
audiostreamrandompitch
AudioStreamRandomPitch
aliases
BaseClasses
functions
getAudioStream
getRandomPitch
opAssign
opEquals
setAudioStream
setRandomPitch
toHash
properties
audioStream
randomPitch
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name