C# Class UnityREPLHelper, UnityREPL

显示文件 Open project: MrJoy/UnityREPL

Public Methods

Method Description
CachedStyle ( string name ) : GUIStyle
NumberedTextArea ( string controlName, NumberedEditorState, editorState ) : NumberedEditorState,

Method Details

CachedStyle() public static method

public static CachedStyle ( string name ) : GUIStyle
name string
return GUIStyle

NumberedTextArea() public static method

public static NumberedTextArea ( string controlName, NumberedEditorState, editorState ) : NumberedEditorState,
controlName string
editorState NumberedEditorState,
return NumberedEditorState,