Component:ClipboardImporter: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=ClipboardImporterComponent.png |Name=Clipboard Importer }} <!--T:2--> == Fields == {{Table..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
|Name=Clipboard Importer
|Name=Clipboard Importer
}}
}}
Clipboard importer is used by the game as a manager for pasting items and text from the clipboard. Without it, pasting text isn't possible in a world until it is added back to the world.


<!--T:2-->
<!--T:2-->
Line 22: Line 23:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Clipboard Importer]]
[[Category:Components{{#translation:}}|Clipboard Importer]]
[[Category:Components:Assets:Utility{{#translation:}}|Clipboard Importer]]
[[Category:Components:Assets:Utility{{#translation:}}|Clipboard Importer]]

Latest revision as of 18:34, 15 October 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Clipboard Importer component as seen in the Scene Inspector

Clipboard importer is used by the game as a manager for pasting items and text from the clipboard. Without it, pasting text isn't possible in a world until it is added back to the world.

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.

Usage

Examples

Related Components