C# Class GroupScope, VimConfig

Inheritance: GUI.Scope
Show file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
GroupScope ( Rect, position )
GroupScope ( Rect, position, GUIContent, content )
GroupScope ( Rect, position, GUIStyle, style )
GroupScope ( Rect, position, Texture, image )
GroupScope ( Rect, position, Texture, image, GUIStyle, style )
GroupScope ( Rect, position, string text )
GroupScope ( Rect, position, string text, GUIStyle, style )

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

GroupScope() public method

public GroupScope ( Rect, position )
position Rect,

GroupScope() public method

public GroupScope ( Rect, position, GUIContent, content )
position Rect,
content GUIContent,

GroupScope() public method

public GroupScope ( Rect, position, GUIStyle, style )
position Rect,
style GUIStyle,

GroupScope() public method

public GroupScope ( Rect, position, Texture, image )
position Rect,
image Texture,

GroupScope() public method

public GroupScope ( Rect, position, Texture, image, GUIStyle, style )
position Rect,
image Texture,
style GUIStyle,

GroupScope() public method

public GroupScope ( Rect, position, string text )
position Rect,
text string

GroupScope() public method

public GroupScope ( Rect, position, string text, GUIStyle, style )
position Rect,
text string
style GUIStyle,