You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
@startuml GridMate Spawning Entity from Stream
|
|
|
|
entity OnTick
|
|
"NetBinding\nComponentChunk" -> NetBindingSystemImpl: SpawnEntityFromStream
|
|
NetBindingSystemImpl -> "NetBindingSlice\nInstantiationHandler"
|
|
NetBindingSystemImpl -> NetBindingSystemImpl : adds to m_spawnRequests
|
|
|
|
OnTick -> NetBindingSystemImpl: ProcessBindRequests
|
|
note right: m_spawnRequests
|
|
NetBindingSystemImpl -> "NetBindingSlice\nInstantiationHandler" : InstantiateEntities
|
|
NetBindingSystemImpl -> NetBindingSystemImpl : BindAndActivate
|
|
|
|
|
|
@enduml
|