Table of Contents

Class QueryOptions

Namespace
TileWorld.Engine.Runtime.Contexts
Assembly
TileWorld.Engine.dll

Controls how world queries resolve missing data.

public sealed class QueryOptions
Inheritance
QueryOptions
Inherited Members

Properties

AllowInactiveChunk

Gets a value reserved for future chunk activation policies.

public bool AllowInactiveChunk { get; init; }

Property Value

bool

Default

Gets the default query options used when no overrides are supplied.

public static QueryOptions Default { get; }

Property Value

QueryOptions

LoadChunkIfMissing

Gets a value indicating whether missing chunks may be loaded or created on demand.

public bool LoadChunkIfMissing { get; init; }

Property Value

bool

ReturnDefaultWhenMissing

Gets a value indicating whether callers expect default values instead of failures when data is missing.

public bool ReturnDefaultWhenMissing { get; init; }

Property Value

bool