C# Class Glare.Assets.AssetLoadError

An error that has been recorded while loading an Asset. This is collected in AssetLoader's AssetLoader.Errors property.
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
AssetLoadError ( AssetLoader loader, long offset, string message ) : System

Initialise the load error.

ToString ( ) : string

Convert to a string representation of the error.

Method Details

AssetLoadError() public method

Initialise the load error.
public AssetLoadError ( AssetLoader loader, long offset, string message ) : System
loader AssetLoader
offset long
message string
return System

ToString() public method

Convert to a string representation of the error.
public ToString ( ) : string
return string