Click or drag to resize

NetworkingManagerStartHost Method

[This is preliminary documentation and is subject to change.]

Starts a Host

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartHost(
	Nullable<Vector3> pos = null,
	Nullable<Quaternion> rot = null,
	int prefabId = -1
)
Request Example View Source

Parameters

pos (Optional)
Type: SystemNullableVector3
rot (Optional)
Type: SystemNullableQuaternion
prefabId (Optional)
Type: SystemInt32
See Also