Class RuntimeOptions

RuntimeOptions class

public class RuntimeOptions

Constructors

NameDescription
RuntimeOptions()The default constructor.

Properties

NameDescription
ExtrasConverterCallback { get; set; }Gets or sets the custom extras converter.
GpuMeshInstancing { get; set; }Gets or sets a value indicating whether GPU instancing is enabled or disabled.
IsolateMemory { get; set; }True if we want to copy buffers data instead of sharing it.

See Also