Component:PhotoMetadata: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=PhotoMetadataComponent.png |Name=Photo Metadata }} <!--T:2--> == Fields == {{Table Componen..."
 
fill in some descriptions for the component values
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|LocationName|String|
|LocationName|String|Name of the session the screenshot was taken in.
|LocationURL|Uri|
|LocationURL|Uri|
|User|User|
|User|User|Host of the session the screenshot was taken in.
|_machineId|String|
|_machineId|String|Machine ID of the host.
|_userId|String|
|_userId|String|User ID of the host.
|LocationAccessLevel|Nullable`1|TypeString3=Nullable<SessionAccessLevel>|
|LocationAccessLevel|Nullable`1|TypeString3=Nullable<SessionAccessLevel>|Access level of the session.
|LocationHiddenFromListing|Nullable`1|TypeString4=Bool?|
|LocationHiddenFromListing|Nullable`1|TypeString4=Bool?|Whether the location was marked as hidden.
|TimeTaken|DateTime|
|TimeTaken|DateTime|Exact timestamp that the screenshot was taken.
|User|User|
|User|User|User who took the screenshot.
|_machineId|String|
|_machineId|String|Machine ID of the photographer.
|_userId|String|
|_userId|String|User ID of the photographer.
|NeosVersion|String|
|AppVersion|String|Resonite version number of the photographer.
|PresentUsers|SyncList`1|TypeString8=SyncList<UserRef>|
|PresentUsers|SyncList`1|TypeString8=SyncList<UserRef>|List of users within the session.
|CameraManufacturer|String|
|CameraManufacturer|String|Manufacturer of the camera.
|CameraModel|String|
|CameraModel|String|Model of the camera.
|CameraFOV|Float|
|CameraFOV|Float|FOV of the camera at picture time.
|Is360|Bool|
|Is360|Bool|Whether the image is a 360 degree image or not.
|StereoLayout|StereoLayout|
|StereoLayout|StereoLayout|
|_exportedUsers|SyncBag`1|TypeString14=SyncBag<UserRef>|
|_exportedUsers|SyncBag`1|TypeString14=SyncBag<UserRef>|

Revision as of 01:06, 12 January 2024


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


Component image 
Photo Metadata component as seen in the Scene Inspector


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.
LocationName String Name of the session the screenshot was taken in.
LocationURL Uri
User User Host of the session the screenshot was taken in.
_machineId Nullable<SessionAccessLevel> Machine ID of the host.
_userId Bool? User ID of the host.
LocationAccessLevel Nullable`1 Access level of the session.
LocationHiddenFromListing Nullable`1 Whether the location was marked as hidden.
TimeTaken DateTime Exact timestamp that the screenshot was taken.
User SyncList<UserRef> User who took the screenshot.
_machineId String Machine ID of the photographer.
_userId String User ID of the photographer.
AppVersion String Resonite version number of the photographer.
PresentUsers SyncList`1 List of users within the session.
CameraManufacturer String Manufacturer of the camera.
CameraModel SyncBag<UserRef> Model of the camera.
CameraFOV Float FOV of the camera at picture time.
Is360 Bool Whether the image is a 360 degree image or not.
StereoLayout StereoLayout
_exportedUsers SyncBag`1

Usage

Examples

Related Components