Class BonFeatures
Determine which features to enable on initialization. This allow you to enable / disable special runtime features and flags.
Inheritance
System.Object
BonFeatures
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public class BonFeatures : Object
Constructors
BonFeatures()
Declaration
public BonFeatures()
Fields
Logging
If true, will enable logging by default.
Declaration
public bool Logging
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RegisterSignalsHandler
If true, will register signals handler to finish logs before exiting.
Declaration
public bool RegisterSignalsHandler
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RoundPixels
If true, will floor drawing positions, and ceiling drawing size.
Declaration
public bool RoundPixels
Field Value
| Type | Description |
|---|---|
| System.Boolean |