TinmanAddOnsModule

Description

sealed class Tinman.AddOns.TinmanAddOnsModule

Derived from

TinmanModule abstract

Full source code is included in the Tinman 3D SDK download.

Module descriptor for: Tinman - AddOns.

Public / Constants

Instance


[ShutdownSurvive]
public static readonly attribute Instance → (TinmanAddOnsModule)

Singleton instance of TinmanAddOnsModule.

Public / Attributes

Native​Library​Disable


[ShutdownClear]
public static attribute NativeLibraryDisable → (int32)

This bitmask can be set before TinmanModule.Initialize is called in order to disable specific NativeLibrary implementations.

0x01 : Assimp, see AssimpModelFormat
0x02 : GDAL, see GdalImageFormat
0x04 : PROJ4, see ProjCoordinateTransform
0x08 : PROJ6, see ProjCoordinateTransform
0x10 : OpenFlight, see MG
0x20 : SDL2
0x40 : SDL3
0x80 : SQLite3, see SQLite3