C# Class HUDEditor, RPGQuest

Inheritance: EditorWindow
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
mWidth int
mWidth2 int

Protected Properties

Property Type Description
fold1 bool
fold2 bool
fold3 bool
fold4 bool

Public Methods

Method Description
OnGUI ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

fold1 protected property

protected bool fold1
return bool

fold2 protected property

protected bool fold2
return bool

fold3 protected property

protected bool fold3
return bool

fold4 protected property

protected bool fold4
return bool

mWidth public property

public int mWidth
return int

mWidth2 public property

public int mWidth2
return int