NetworkedObjectSpawnWithOwnership Method |
Spawns an object across the network with a given owner. Can only be called from server
Namespace:
MLAPI
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SpawnWithOwnership(
int clientId
)
Parameters
- clientId
- Type: SystemInt32
The clientId to own the object
See Also