Component:DocumentInterface

From Resonite Wiki
Component image 
Document Interface component as seen in the Scene Inspector

The DocumentInterface component is a Favorites Type Component that is used in the default or custom document viewers.

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.
ItemName IField`1<String> The name of this interface.
SpawningUser UserRef The user that spawned this document viewer.
SpawningUserID IField`1<String> The field that contains the user ID of the user that spawned this document viewer.
IsInstance Bool Whether this was spawned by the Favorites system (true) or spawned from inventory (false)
URL IField`1<Uri> The URL field of the document asset component this document viewer is showing.
Page IField`1<Int> The field that controls which page this document viewer is currently showing.

Usage

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


Examples

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


See Also