C# Class DeployGate.DeployGateWindow

Inheritance: EditorWindow
ファイルを表示 Open project: anchan828/deploygate-with-unity Class Usage Examples

Public Properties

Property Type Description
selection DeployGateWindowUtility.DeployGateSelection

Public Methods

Method Description
CloseWindow ( ) : void
GetWindow ( ) : DeployGateWindow
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void

Private Methods

Method Description
SetWindowSize ( EditorWindow window ) : void

Method Details

CloseWindow() public static method

public static CloseWindow ( ) : void
return void

GetWindow() public static method

public static GetWindow ( ) : DeployGateWindow
return DeployGateWindow

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

selection public_oe property

public DeployGateWindowUtility.DeployGateSelection selection
return DeployGateWindowUtility.DeployGateSelection