wasmPointer static method

WasmStructPointer<BoneInfoD> wasmPointer(
  1. int ptr
)

Implementation

static WasmStructPointer<BoneInfoD> wasmPointer(int ptr) => .new(ptr, BoneInfoD.new, byteSize);