C# Class HUDEditor, RPGQuest

Inheritance: EditorWindow
Datei anzeigen 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_oe property

protected bool fold1
return bool

fold2 protected_oe property

protected bool fold2
return bool

fold3 protected_oe property

protected bool fold3
return bool

fold4 protected_oe property

protected bool fold4
return bool

mWidth public_oe property

public int mWidth
return int

mWidth2 public_oe property

public int mWidth2
return int