fix category |
add info |
||
(2 intermediate revisions by 2 users 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: | |||
== 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
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
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.