API Referenceglobal
public abstract interface Sandbox.Component.INetworkSnapshot
When implemented on a `Sandbox.Component` or `Sandbox.GameObjectSystem` it can read and write data to and from a network snapshot.
Related Guides
Broader workflow and conceptual references connected to this API.
Methods
Showing 2 methods
public virtual void ReadSnapshot(Sandbox.ByteStream reader)
Read data from the snapshot.
public virtual void WriteSnapshot(Sandbox.ByteStream writer)
Write data to the snapshot.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Component.INetworkSnapshot |