Show / Hide Table of Contents

Namespace Fusee.Base.Core

Classes

AssetStorage

A class providing access to Assets. An asset is considered any content to be loaded, deserialized and converted during an application's lifetime. Often Assets should be loaded up-front and accessed during run-time with no perceivable delay. AssetStorage is a staticton (a singleton with an additional static interface).

AsyncHttpAsset

Class to load data over HTTP asynchronously and process it according to AsyncAssetHandlers.

Diagnostics

Contains mostly static functions for diagnostic purposes.

Font

A Font instance contains methods to access font and glyph data stored in a font description (TrueType or OpenType fonts).

FontImpBase

Basic font implementation using Sixlabors.Fonts

ImageData

ImageData solves the problem of handling bitmaps in fusee by offering functions of bitmap manipulation.

IO

Contains static methods not supported by portable libraries dealing with input/output.

MemoryCache<TKey, TItem>

Generic implementation of . The type of the key. The type of the cached item.

Structs

AsyncAssetHandler

The asset handler.

Enums

AsyncAssetState

The states an asset can inhibit.

Diagnostics.SeverityLevel

The severity level at which logging is enabled

Delegates

AsyncAssetDecoder

The asset decoder

Diagnostics.Formater

The methods used for formating messages

Generated by DocFX
GitHub Repo
Back to top