Api INetworkSnapshot
interface

INetworkSnapshot

public interface INetworkSnapshot

When implemented on a Component or GameObjectSystem it can read and write data to and from a network snapshot.

Methods

virtual Void ReadSnapshot(ByteStream reader)

Read data from the snapshot.

virtual Void WriteSnapshot(ByteStream writer)

Write data to the snapshot.

Assembly: Sandbox.Engine Declaring Type: Component Full Name: Sandbox.Component.INetworkSnapshot