Click or drag to resize

RunServerStart Method

Namespace:  Project
Assembly:  Project (in Project.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool Start(
	int port,
	string password,
	bool rendering,
	string sceneName,
	out string error
)

Parameters

port
Type: SystemInt32
password
Type: SystemString
rendering
Type: SystemBoolean
sceneName
Type: SystemString
error
Type: SystemString

Return Value

Type: Boolean
See Also