C# Class kBinaryBitmapImporter, Unity3D

Inheritance: EditorWindow
Show file Open project: k-lock/Unity3D Class Usage Examples

Public Methods

Method Description
FormatSetup ( ) : TextureImporterFormat
Init ( Rect pos ) : void
NpotScaleSetup ( ) : TextureImporterNPOTScale

Private Methods

Method Description
Closer ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void

Method Details

FormatSetup() public method

public FormatSetup ( ) : TextureImporterFormat
return TextureImporterFormat

Init() public static method

public static Init ( Rect pos ) : void
pos Rect
return void

NpotScaleSetup() public method

public NpotScaleSetup ( ) : TextureImporterNPOTScale
return TextureImporterNPOTScale