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.
|
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.
|
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 |
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 |
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 |