Component:DebugTransform

From Resonite Wiki
Revision as of 20:06, 15 January 2025 by 989onan (talk | contribs) (add info)
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