Click or drag to resize

MatchSceneServerCreate Method

Creates a new game instance with the specified scene configuration and number of players.

Namespace: NeoAxis.Cloud
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public bool Create(
	string sceneName,
	bool sceneInterpolation,
	MatchSceneServerClientConnectingGetUserByPasswordDelegate getUserByPassword
)

Parameters

sceneName  String
 
sceneInterpolation  Boolean
 
getUserByPassword  MatchSceneServerClientConnectingGetUserByPasswordDelegate
 

Return Value

Boolean
See Also