API
Docs
Samples
Pricing
Preparing search index...
The search index is not available
Needle Engine
Needle Engine
Engine Core
syncInstantiate
Function syncInstantiate
syncInstantiate
(
object
:
Object3D
<
Object3DEventMap
>
|
IGameObject
,
opts
:
SyncInstantiateOptions
,
hostData
?:
HostData
,
save
?:
boolean
,
)
:
null
|
IGameObject
Instantiate an object across the network. See also
syncDestroy
.
Parameters
object
:
Object3D
<
Object3DEventMap
>
|
IGameObject
opts
:
SyncInstantiateOptions
Optional
hostData
:
HostData
Optional
save
:
boolean
Returns
null
|
IGameObject
Settings
Member Visibility
Protected
Inherited
Deprecated
Theme
OS
Light
Dark
API
Docs
Samples
Pricing
Needle Engine
Loading...
Instantiate an object across the network. See also syncDestroy.