C# Class rat.prImg

显示文件 Open project: gruebait/packrat Class Usage Examples

Public Methods

Method Description
prImg ( string path, Image org, int idx ) : System
save ( string basePath ) : void
saveMips ( string basePath, int mipLevel ) : void

Method Details

prImg() public method

public prImg ( string path, Image org, int idx ) : System
path string
org Image
idx int
return System

save() public method

public save ( string basePath ) : void
basePath string
return void

saveMips() public method

public saveMips ( string basePath, int mipLevel ) : void
basePath string
mipLevel int
return void