Skip to content

Commit

Permalink
AutoBuildDocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wellfiredbuildmachine committed Jan 13, 2018
1 parent ffb4813 commit 6d3cfa0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Breakdown

**Parameters**

+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|toggleUIFunc |An optional delegate that controls the display of the :ref:`Visual<namespacewellfired_profile_profileprocessor_visual>` Processor |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
|additionalProbeTypesToProbeToGraph |An option IEnumerable of additional probe types to add to the graph |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|toggleUIFunc |An optional delegate that controls the display of the :ref:`Visual<namespacewellfired_profile_profileprocessor_visual>` Processor. This delegate should return true whenever you want to toggle the display state of the UI. |
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|additionalProbeTypesToProbeToGraph |An option IEnumerable of additional probe types to add to the graph |
+-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

.. _classwellfired_profile_profileprocessor_visualprocessor_1a5b951c549fa167cfddd877cd7fac7689:

Expand Down Expand Up @@ -85,9 +85,9 @@ Breakdown

**Parameters**

+---------------+------------------------------------------------------------------------------------------------------------------------------------+
|toggleUIFunc |An optional delegate that controls the display of the :ref:`Visual<namespacewellfired_profile_profileprocessor_visual>` Processor |
+---------------+------------------------------------------------------------------------------------------------------------------------------------+
+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|toggleUIFunc |An optional delegate that controls the display of the :ref:`Visual<namespacewellfired_profile_profileprocessor_visual>` Processor. This delegate should return true whenever you want to toggle the display state of the UI. |
+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

.. _classwellfired_profile_profileprocessor_visualprocessor_1aded3d174f5c313ebadcfe1e658c77849:

Expand All @@ -99,13 +99,13 @@ Breakdown

**Parameters**

+--------------------+-------------------------------------------------------------+
|uiLoader |The object which deals with loading the UI |
+--------------------+-------------------------------------------------------------+
|toggleUIFunc |A delegate that will deal with toggling the visual display |
+--------------------+-------------------------------------------------------------+
|runtimeTaskLooper | |
+--------------------+-------------------------------------------------------------+
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|uiLoader |The object which deals with loading the UI |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|toggleUIFunc |A delegate that will deal with toggling the visual display. This delegate should return true whenever you want to toggle the display state of the UI. |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|runtimeTaskLooper | |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+

.. _classwellfired_profile_profileprocessor_visualprocessor_1aaaa859c0ea0864b0372db3d246922b84:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Description
Public Static Methods
----------------------

+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|Color |:ref:`Convert<classwellfired_profile_unity_runtime_utils_colorconvertor_1a575f4bb5495bbf48a149898091042e93>` **(** :ref:`WellFired.Profile.ProfileProcessor.Visual.UI.Color<structwellfired_profile_profileprocessor_visual_ui_color>` color **)** |
+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|Color |:ref:`Convert<classwellfired_profile_unity_runtime_utils_colorconvertor_1affe11e3289dd8d633f31c8816daa9796>` **(** :ref:`Profile.ProfileProcessor.Visual.UI.Color<structwellfired_profile_profileprocessor_visual_ui_color>` color **)** |
+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Breakdown
----------

.. _classwellfired_profile_unity_runtime_utils_colorconvertor_1a575f4bb5495bbf48a149898091042e93:
.. _classwellfired_profile_unity_runtime_utils_colorconvertor_1affe11e3289dd8d633f31c8816daa9796:

- Color **Convert** **(** :ref:`WellFired.Profile.ProfileProcessor.Visual.UI.Color<structwellfired_profile_profileprocessor_visual_ui_color>` color **)**
- Color **Convert** **(** :ref:`Profile.ProfileProcessor.Visual.UI.Color<structwellfired_profile_profileprocessor_visual_ui_color>` color **)**

0 comments on commit 6d3cfa0

Please sign in to comment.