Click or drag to resize

Slash.Unity.DataBind.Foundation.Providers.Loaders Namespace

Loaders are data providers which load their data from a resource, e.g. a text or a Unity asset.
Classes
  ClassDescription
Public classSpriteLoader
Data provider which loads a sprite from a sprite name.

Input: String (Sprite name).

Output: Sprite (Loaded sprite).

Public classTextAssetLoader
Fetches the data from a file resource.

Input: String (Path to file resource).

Output: String (File resource contents).