Class Config
- Namespace
- Frent
- Assembly
- Frent.dll
Config information for a World.
public class Config
- Inheritance
-
Config
- Inherited Members
Properties
MultiThreadedUpdate
Whether or not to multithread.
public bool MultiThreadedUpdate { get; init; }
Property Value
Multithreaded
The default multithreaded config.
public static Config Multithreaded { get; }
Property Value
Singlethreaded
The default singlethreaded config.
public static Config Singlethreaded { get; }
Property Value
UpdateDeferredCreationEntities
When true, entities created during Update(), Update(Type), and Update<T>() will also be updated during the same update.
public bool UpdateDeferredCreationEntities { get; set; }