ConfigValueBrowser_Tinman_AddOns

Description

[ShutdownSurvive]
sealed class Tinman.AddOns.Application.ConfigValueBrowser_Tinman_AddOns

Derived from

ConfigValueBrowser abstract

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

Public / Constants

Instance


public static readonly attribute Instance → (ConfigValueBrowser_Tinman_AddOns)

Singleton instance of ConfigValueBrowser_Tinman_AddOns.

Public / Methods

Browse​Heightmap


[OwnerReturn]
public static method BrowseHeightmap → (2)

value in : IHeightmap own

The value to browse.

operation opt : IOperation own = null

Operation to run along with application (see IApplication.RunOperation).

returns → IApplication

The browser application or null.

Browses the given value.

Browse​Image


[OwnerReturn]
public static method BrowseImage → (1)

value in : IImage

The value to browse.

returns → IApplication

The browser application or null.

Browses the given value.

IOException

If an I/O error has occurred.

ValidatingException

If validation of the resulting IImageReader has failed, for example because of an unsupported file format feature.

Browse​Model​Reader


[OwnerReturn]
public static method BrowseModelReader → (2)

value in : IModelReader own

The value to browse.

validator in : Validator

The validator to use.

returns → IApplication

The browser application or null.

Browses the given value.

Browse​Pixel​Pyramid


[OwnerReturn]
public static method BrowsePixelPyramid → (1)

value in : IPixelPyramid own

The value to browse.

returns → IApplication

The browser application or null.

Browses the given value.

Browse​Shape


[OwnerReturn]
public static method BrowseShape → (1)

value in : IShape

The value to browse.

returns → IApplication

The browser application or null.

Browses the given value.