structWriteInto method

  1. @override
void structWriteInto(
  1. MemoryPointer<RType> p
)
override

Implementation

@override
void structWriteInto(MemoryPointer p) {
  field_stream.write(p, _stream);
  field_frameCount.write(p, _frameCount);
  field_looping.write(p, _looping);
  field_ctxType.write(p, _ctxType);
  _ctxData.syncInto(p);
}