PacketReaderLengthAfterChild Method |
Returns the length of the this packet after the end of a given direct child packet position.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxprotected override sealed int LengthAfterChild(
PacketIO child
)
Parameters
- child
- Type: Demo3D.IOPacketIO
The child packet.
Return Value
Type:
Int32The length of this packet after the end of the child packet.
See Also