Class QueryOptions
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
Default
Gets the default query options used when no overrides are supplied.
public static QueryOptions Default { get; }
Property Value
LoadChunkIfMissing
Gets a value indicating whether missing chunks may be loaded or created on demand.
public bool LoadChunkIfMissing { get; init; }
Property Value
ReturnDefaultWhenMissing
Gets a value indicating whether callers expect default values instead of failures when data is missing.
public bool ReturnDefaultWhenMissing { get; init; }