Table of Contents

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

bool

Multithreaded

The default multithreaded config.

public static Config Multithreaded { get; }

Property Value

Config

Singlethreaded

The default singlethreaded config.

public static Config Singlethreaded { get; }

Property Value

Config

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; }

Property Value

bool