wasmWriteInto method
Implementation
@override
void wasmWriteInto(WasmWriter writer) {
writer.struct(position);
writer.struct(target);
writer.struct(up);
writer.Float32(fovy);
writer.Int32(projection.value);
}
@override
void wasmWriteInto(WasmWriter writer) {
writer.struct(position);
writer.struct(target);
writer.struct(up);
writer.Float32(fovy);
writer.Int32(projection.value);
}