Component:DebugTransform

From Resonite Wiki
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.

This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.

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