C# Class UnityEditor.SplitterGUILayout.GUISplitterGroup

Inheritance: UnityEngine.GUILayoutGroup
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
state SplitterState

Public Methods

Method Description
SetHorizontal ( float x, float width ) : void
SetVertical ( float y, float height ) : void

Method Details

SetHorizontal() public method

public SetHorizontal ( float x, float width ) : void
x float
width float
return void

SetVertical() public method

public SetVertical ( float y, float height ) : void
y float
height float
return void

Property Details

state public_oe property

public SplitterState,UnityEditor state
return SplitterState