C# Class WhatThe.Mods.CitiesSkylines.ServiceDispatcher.UI

UI helper methods.
ファイルを表示 Open project: DinkyToyz/wtmcsServiceDispatcher

Public Methods

Method Description
LogComponent ( object source, string block, UIComponent component, string componentName = null, string connectedName = null ) : void

Logs the component data.

LogGroup ( object source, string block, UIHelperBase group, string componentName = null, string connectedName = null ) : void

Logs the UI helper group.

LogPosition ( object source, string block, UIComponent component, string componentName = null, string connectedName = null ) : void

Logs the components position.

Private Methods

Method Description
LogComponent ( object source, string block, UIComponent component, string componentName, string connectedName, int depth ) : void

Logs the component data.

LogComponent ( string block, string connectedName, string componentName, UIComponent component ) : void

Logs the component data.

LogPosition ( string block, UIComponent component, string componentName = null, string connectedName = null ) : void

Logs the position of the component.

Method Details

LogComponent() public static method

Logs the component data.
public static LogComponent ( object source, string block, UIComponent component, string componentName = null, string connectedName = null ) : void
source object The source.
block string The block.
component UIComponent The component.
componentName string Name of the component.
connectedName string Name of the connected component.
return void

LogGroup() public static method

Logs the UI helper group.
public static LogGroup ( object source, string block, UIHelperBase group, string componentName = null, string connectedName = null ) : void
source object The source.
block string The block.
group UIHelperBase The group.
componentName string Name of the component.
connectedName string Name of the connected component.
return void

LogPosition() public static method

Logs the components position.
public static LogPosition ( object source, string block, UIComponent component, string componentName = null, string connectedName = null ) : void
source object The source.
block string The block.
component UIComponent The component.
componentName string Name of the component.
connectedName string Name of the connected control.
return void