structAllocateInto method

  1. @override
void structAllocateInto(
  1. RaylibTemp temp,
  2. WasmStructPointer<T> p,
  3. String key
)
override

Allocates nested pointers into temp under key as needed.

Implementation

@override
void structAllocateInto(RaylibTemp temp, WasmStructPointer<T> p, String key) {}