C# Class CoreUtils.Editor.ObjectBookmarkWindow.ObjectBookmark

Datei anzeigen Open project: fantabulous-tech/coreutils

Protected Properties

Property Type Description
m_DisplayString string

Public Methods

Method Description
OnGUI ( Rect rect ) : bool

Protected Methods

Method Description
UpdateDisplayString ( float buttonWidth ) : void

Method Details

OnGUI() public method

public OnGUI ( Rect rect ) : bool
rect Rect
return bool

UpdateDisplayString() protected method

protected UpdateDisplayString ( float buttonWidth ) : void
buttonWidth float
return void

Property Details

m_DisplayString protected_oe property

protected string m_DisplayString
return string