IAlterunaApplicationData Interface

Provides project-level configuration data consumed by the Alteruna multiplayer service.

Definition

Namespace: Alteruna.Multiplayer.Configs
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public interface IAlterunaApplicationData

Remarks

Implement this interface on a ScriptableObject or plain class and pass it to the service during initialization. The service reads ServerMode to determine whether to connect to a managed cloud server or a self-hosted unmanaged server, and uses ProjectName to identify the application on the server.

Properties

ProjectName The unique project name used to identify this application on the Alteruna backend.
ServerMode The server hosting mode for this project.

See Also