C# Class exBitmapFontWizard, ex2d-v1

Inheritance: ScriptableWizard
Mostrar archivo Open project: exdev/ex2d-v1

Public Properties

Property Type Description
assetName string
assetPath string
fontInfo Object

Public Methods

Method Description
CreateNewBitmapFont ( string _path, string _name, Object _fontInfo ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void

Private Methods

Method Description
Create ( ) : void

Method Details

CreateNewBitmapFont() public method

public CreateNewBitmapFont ( string _path, string _name, Object _fontInfo ) : void
_path string
_name string
_fontInfo Object
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnSelectionChange() public method

public OnSelectionChange ( ) : void
return void

Property Details

assetName public_oe property

public string assetName
return string

assetPath public_oe property

public string assetPath
return string

fontInfo public_oe property

public Object fontInfo
return Object