C# Class GroupScope, VimConfig

Inheritance: GUI.Scope
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
CloseScope ( ) : void

Method Details

CloseScope() protected méthode

protected CloseScope ( ) : void
Résultat void

GroupScope() public méthode

public GroupScope ( Rect, position )
position Rect,

GroupScope() public méthode

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

GroupScope() public méthode

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

GroupScope() public méthode

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

GroupScope() public méthode

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

GroupScope() public méthode

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

GroupScope() public méthode

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