C# Class UnityEngine.GUILayout.VerticalScope

Inheritance: UnityEngine.GUI.Scope
ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
VerticalScope ( ) : System
VerticalScope ( GUIContent content, GUIStyle style ) : System
VerticalScope ( GUIStyle style ) : System
VerticalScope ( Texture image, GUIStyle style ) : System
VerticalScope ( string text, GUIStyle style ) : System

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

VerticalScope() public method

public VerticalScope ( ) : System
return System

VerticalScope() public method

public VerticalScope ( GUIContent content, GUIStyle style ) : System
content GUIContent
style GUIStyle
return System

VerticalScope() public method

public VerticalScope ( GUIStyle style ) : System
style GUIStyle
return System

VerticalScope() public method

public VerticalScope ( Texture image, GUIStyle style ) : System
image Texture
style GUIStyle
return System

VerticalScope() public method

public VerticalScope ( string text, GUIStyle style ) : System
text string
style GUIStyle
return System