godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
StreamPeerBuffer._classBinding
godot
streampeerbuffer
StreamPeerBuffer
Undocumented in source.
struct
StreamPeerBuffer
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("seek")
GodotMethod
!(
void
,
long
)
seek
;
__gshared
@
GodotName
("get_size")
GodotMethod
!(
long
)
getSize
;
__gshared
@
GodotName
("get_position")
GodotMethod
!(
long
)
getPosition
;
__gshared
@
GodotName
("resize")
GodotMethod
!(
void
,
long
)
resize
;
__gshared
@
GodotName
("set_data_array")
GodotMethod
!(
void
,
PoolByteArray
)
setDataArray
;
__gshared
@
GodotName
("get_data_array")
GodotMethod
!(
PoolByteArray
)
getDataArray
;
__gshared
@
GodotName
("clear")
GodotMethod
!(
void
)
clear
;
__gshared
@
GodotName
("duplicate")
GodotMethod
!(
StreamPeerBuffer
)
duplicate
;
}
Members
Static variables
clear
GodotMethod
!(
void
)
clear
;
Undocumented in source.
duplicate
GodotMethod
!(
StreamPeerBuffer
)
duplicate
;
Undocumented in source.
getDataArray
GodotMethod
!(
PoolByteArray
)
getDataArray
;
Undocumented in source.
getPosition
GodotMethod
!(
long
)
getPosition
;
Undocumented in source.
getSize
GodotMethod
!(
long
)
getSize
;
Undocumented in source.
resize
GodotMethod
!(
void
,
long
)
resize
;
Undocumented in source.
seek
GodotMethod
!(
void
,
long
)
seek
;
Undocumented in source.
setDataArray
GodotMethod
!(
void
,
PoolByteArray
)
setDataArray
;
Undocumented in source.
Meta
Source
See Implementation
godot
streampeerbuffer
StreamPeerBuffer
aliases
BaseClasses
functions
clear
duplicate
getDataArray
getPosition
getSize
opAssign
opEquals
resize
seek
setDataArray
properties
dataArray
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name