menu
three_js_text package
documentation
typrdart/bin.dart
TyprBin
readUshort static method
readUshort static method
dark_mode
light_mode
readUshort
static method
int
readUshort
(
List
<
int
>
buff
,
int
p
)
Implementation
static int readUshort(List<int> buff, int p) { return (buff[p] << 8) | buff[p + 1]; }
three_js_text package
documentation
typrdart/bin
TyprBin
readUshort static method
TyprBin class