Difference between revisions of "Component: Component Labels (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 79: | Line 81: | ||
==Macro reference== | ==Macro reference== | ||
+ | ===ShowProperty=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 97: | Line 100: | ||
+ | ===ShowNames=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 110: | Line 114: | ||
+ | ===Hide=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 123: | Line 128: | ||
+ | ===SetTarget=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 141: | Line 147: | ||
+ | ===SetColor=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 159: | Line 166: | ||
+ | ===Update=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- |
Revision as of 11:53, 3 February 2023
Author | Matrix Ltd. |
Version | 1.2 |
Category | Misc |
Contents
Component Labels component
Automatically generates labels for all panel objects and components in a given context. Labels will always face the camera, and can show the name of each object, or any chosen property. Nesting can be used so that components within components are labelled, and so on.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_auto_labels.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_auto_labels.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ShowProperty
![]() |
ShowProperty |
Sets the labels to show a named property of each object. | |
![]() |
Property |
Name of the property to show. | |
![]() |
Return |
ShowNames
![]() |
ShowNames |
Sets the labels to show the names of objects. | |
![]() |
Return |
Hide
![]() |
Hide |
Hides all labels. | |
![]() |
Return |
SetTarget
SetColor
Update
![]() |
Update |
Refresh the labels after a change. | |
![]() |
Return |