C# 클래스 Sparrow.ResourceLoading.SimpleTextureLoader

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp

공개 메소드들

메소드 설명
LoadAndroidResource ( int AndroidResourceId ) : GLTexture
LoadImageFromStream ( Stream strean ) : GLTexture
LoadLocalImage ( string pathToFile ) : GLTexture
LoadLocalImageAsync ( string pathToFile ) : TextureLoader
LoadRemoteImage ( string remoteURL ) : TextureLoader

메소드 상세

LoadAndroidResource() 공개 정적인 메소드

public static LoadAndroidResource ( int AndroidResourceId ) : GLTexture
AndroidResourceId int
리턴 Sparrow.Textures.GLTexture

LoadImageFromStream() 공개 정적인 메소드

public static LoadImageFromStream ( Stream strean ) : GLTexture
strean System.IO.Stream
리턴 Sparrow.Textures.GLTexture

LoadLocalImage() 공개 정적인 메소드

public static LoadLocalImage ( string pathToFile ) : GLTexture
pathToFile string
리턴 Sparrow.Textures.GLTexture

LoadLocalImageAsync() 공개 정적인 메소드

public static LoadLocalImageAsync ( string pathToFile ) : TextureLoader
pathToFile string
리턴 TextureLoader

LoadRemoteImage() 공개 정적인 메소드

public static LoadRemoteImage ( string remoteURL ) : TextureLoader
remoteURL string
리턴 TextureLoader