Component:StaticDocument: Difference between revisions

From Resonite Wiki
m 989onan moved page StaticDocument (Component) to Component:StaticDocument: Misspelled title
add info
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Infobox Component
|Image=StaticDocumentComponent.png
|Name=Static Document
}}
{{stub}}
Static document is a component that is used to store the data of a text document (Usually a PDF but never text files) for usage in a document viewer favorite-d by the user.
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|URL|Uri|
|URL|Uri| The document's (Usually PDF) content on the cloud or local machine.
}}
}}


[[Category:Components:Assets]]
== Behavior ==
[[Category:ComponentStubs]]
 
== Examples ==
Used for newly imported PDF's inside of in game PDF viewers.
 
== See Also ==
[[:Category:Components:Assets|Asset Component types]]
 
[[Category:Components:Assets{{#translation:}}|Static Document]]
[[Category:Components{{#translation:}}|Static Document]]

Latest revision as of 15:15, 20 October 2024

Component image 
File:StaticDocumentComponent.png
Static Document component as seen in the Scene Inspector


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


Static document is a component that is used to store the data of a text document (Usually a PDF but never text files) for usage in a document viewer favorite-d by the user.


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.
URL Uri The document's (Usually PDF) content on the cloud or local machine.

Behavior

Examples

Used for newly imported PDF's inside of in game PDF viewers.

See Also

Asset Component types