C# Class EventWindow, RPGQuest

Inheritance: EditorWindow
显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
mWidth int
mWidth2 int
mWidth3 int

Public Methods

Method Description
Init ( string openPath ) : void
LoadData ( string openPath ) : void
NewEvent ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Init() public static method

public static Init ( string openPath ) : void
openPath string
return void

LoadData() public method

public LoadData ( string openPath ) : void
openPath string
return void

NewEvent() public method

public NewEvent ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

mWidth public_oe property

public int mWidth
return int

mWidth2 public_oe property

public int mWidth2
return int

mWidth3 public_oe property

public int mWidth3
return int