C# Class CalculatorWindow, InspectorCalculator

Inheritance: EditorWindow
Show file Open project: JoshuaGlazer/InspectorCalculator Class Usage Examples

Public Methods

Method Description
UserFriendlifyAndEvaluate ( string inToEval ) : string

Private Methods

Method Description
Evaluate ( ) : void
Init ( EditorWindow inOldFocusedWindow, int inOldKeyboardControlID, string inOldCopyBuffer ) : void
OnGUI ( ) : void
StaticInit ( ) : void

Method Details

UserFriendlifyAndEvaluate() public method

public UserFriendlifyAndEvaluate ( string inToEval ) : string
inToEval string
return string