Table of Contents

Class GameplayConfig

Namespace
Ceres.Gameplay
Assembly
Ceres.Gameplay.dll

Gameplay config

[ConfigPath("Ceres.Gameplay")]
public class GameplayConfig : Config<GameplayConfig>
Inheritance
GameplayConfig
Inherited Members

Constructors

GameplayConfig()

public GameplayConfig()

Fields

enableRemoteUpdate

Whether to enable per-actor remote update.

public bool enableRemoteUpdate

Field Value

bool

subsystemForceInitializeBeforeGet

Whether to ensure that world subsystem is initialized before getting the system instance.

public bool subsystemForceInitializeBeforeGet

Field Value

bool