Files
o3de/Code/Framework/GridMate/Docs/UML/gridmate replica newproxy on client.plantuml
T
2021-03-08 14:30:57 -08:00

14 lines
475 B
Plaintext

@startuml New replica proxy created on client
CSystem -> Network: SyncWithGame
Network -> ReplicaManager: Unmarshal
ReplicaManager -> ReplicaManager: RegisterReplica
ReplicaManager -> Replica: OnActivate
Replica -> NetBindingComponentChunk: OnReplicaActive
NetBindingComponentChunk -> NetBindingSystemBus: SpawnEntityFromSlice
note left: if proxy,\nthen either spawns \nfrom a slice or stream
NetBindingComponentChunk -> NetBindingSystemBus: SpawnEntityFromStream
@enduml