Skip to content

Format

typescript
NetClient.CreateNewEntity(string, NetEntity?)

class: NetClient

Description

Create a new entity for synchronizing information.

Parameters

param_nametypedescription
stringprefab_idPrefab id
NetEntity?callbackCallback

Return

typedescription
void

Code Example