跳转到内容

ReplicationArchetype

此内容尚不支持你的语言。

ReplicationArchetype = (world, entity) => void

Defined in: net/replication/archetype.ts:27

Builds the client-side shape of one replicated entity. Runs BEFORE the replication baseline is applied, so anything the authority declares wins over what this sets: a re-spawn after leaving and re-entering interest arrives at the current state, not at a fresh default.

World

Entity

void