Component:DebugTransform: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Debug Transform
|Name=Debug Transform
}}
}}
{{stub}}
The '''DebugTransform''' component is used to show the parent hiearchy of a slot in the form of text to a specific <code>ShowToUser</code>


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ShowToUser|{{RootFieldType|UserRef}}|TypeAdv0=true|
|ShowToUser|{{RootFieldType|UserRef}}|TypeAdv0=true| Shows the debug visual to this user only.
}}
}}
== Behavior ==
== Examples ==


== See Also ==
== See Also ==
Line 18: Line 14:
[[Category:Components:Debug{{#translation:}}|Debug Transform]]
[[Category:Components:Debug{{#translation:}}|Debug Transform]]
[[Category:Components{{#translation:}}|Debug Transform]]
[[Category:Components{{#translation:}}|Debug Transform]]
[[Category:ComponentStubs]]

Revision as of 20:06, 15 January 2025

Component image 
Debug Transform component as seen in the Scene Inspector

The DebugTransform component is used to show the parent hiearchy of a slot in the form of text to a specific ShowToUser

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
ShowToUser direct UserRef Shows the debug visual to this user only.

See Also