Component:PhotoMetadata

From Resonite Wiki
Revision as of 06:34, 20 January 2024 by ProbablePrime (talk | contribs) (ProbablePrime moved page PhotoMetadata (Component) to Component:PhotoMetadata: Creating component Namespace)


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