Protocol
ClientInputMsg
A short run of recent inputs (redundant against loss).
generated from the sources
Struct in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Protocol/Messages.cspublic struct ClientInputMsgA short run of recent inputs (redundant against loss). The gateway stamps ClientId before forwarding.
Fields
ClientId
public uint ClientId;Frames
public List<Frame> Frames;Methods
Write
public void Write(NetworkWriter w, MsgId id);Read
public static ClientInputMsg Read(NetworkReader r);Nested types
Frame
public struct FrameFields
Tick
public uint Tick;Payload
public byte[] Payload;