Class GameplayConfig
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
subsystemForceInitializeBeforeGet
Whether to ensure that world subsystem is initialized before getting the system instance.
public bool subsystemForceInitializeBeforeGet