PacketWriterResolve Method |
Resolve this packet into concrete data. Resolve makes two passes across the packet from start to end, depth-first.
The first pass it calls OnBeforeResolve for each constituent packet, and the second pass it calls OnAfterResolve and
collects the data to be returned. You can write to a packet during Resolve.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
See Also