Protocol
WorldStateMsg
Batched transforms for one tick from one worker.
generated from the sources
Static class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Protocol/Messages.cspublic static class WorldStateMsgBatched transforms for one tick from one worker. Unreliable/sequenced.
Methods
Begin
public static int Begin(NetworkWriter w, MsgId id, uint tick, ushort workerIndex);End
public static void End(NetworkWriter w, int countSlot, ushort count);ReadHeader
public static void ReadHeader(NetworkReader r, out uint tick, out ushort workerIndex, out ushort count);