C# 클래스 Glare.Assets.AssetLoadError

An error that has been recorded while loading an Asset. This is collected in AssetLoader's AssetLoader.Errors property.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
AssetLoadError ( AssetLoader loader, long offset, string message ) : System

Initialise the load error.

ToString ( ) : string

Convert to a string representation of the error.

메소드 상세

AssetLoadError() 공개 메소드

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

ToString() 공개 메소드

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