Core
ServerRpcAttribute
Sent by the owning client, runs on whichever worker currently has authority over the entity.
generated from the sources
Class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Core/Rpc.cs[AttributeUsage(AttributeTargets.Method)]
public sealed class ServerRpcAttribute : AttributeSent by the owning client, runs on whichever worker currently has authority over the entity.
RemoteInterpolator
Tick-indexed transform buffer for copies of an entity this process does not simulate: ghosts on a worker and remote entities on a client.
SyncStateCodec
Envelope shared by the per-tick sync stream (EntityState/GhostSyncState messages) and the spawn snapshot: [count]{[behaviourIndex][flags][len:ushort][chunk]}.