MCPcopy Create free account
hub / github.com/esengine/esengine / readFloat

Method readFloat

packages/fairygui/src/utils/ByteBuffer.ts:212–214  ·  view source on GitHub ↗

* Read float * 读取浮点数

()

Source from the content-addressed store, hash-verified

210 * 读取浮点数
211 */
212 public readFloat(): number {
213 return this.getFloat32();
214 }
215
216 /**
217 * Read string from string table

Callers

nothing calls this directly

Calls 1

getFloat32Method · 0.95

Tested by

no test coverage detected