Component:PhotoMetadata: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
m no double space for first line oops
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=PhotoMetadataComponent.png
|Image=PhotoMetadataComponent.png
|Name=Photo Metadata
|Name=Photo Metadata
}}
}}
Photo metadata is a component that is used to contain the information on a photo usually taken within resonite, but can also be a photo imported with the "import as screenshot" option when importing an image.
The '''PhotoMetadata''' component is used to contain the information on a photo usually taken within Resonite. It is automatically attached to every screenshot taken using the finger photo gesture. This component can also be attached to a photo imported with the "import as screenshot" option when importing an image.


<!--T:2-->
<!--T:2-->
Line 35: Line 34:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|SetFromCurrentWorld()|[[Type:Action|Action]]|
|SetFromCurrentWorld()|[[Type:Action|Action]]| {{Template:AssetMetadataSetFromWorld}}
}}
}}


<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
Appears on the slot of new screenshots taken in [[Resonite]].
<gallery widths=480px heights=480px>
File:Component_AssetMetadata_Example_1.webp|The PhotoMetadata component on a screenshot.
</gallery>


<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
* [[Component:FileMetadata]]
* [[Component:AssetMetadata]]
* [[Component:AudioMetadata]]
 
</translate>
</translate>
[[Category:Components{{#translation:}}|Photo Metadata]]
[[Category:Components{{#translation:}}|Photo Metadata]]
[[Category:ComponentStub]]
[[Category:Components:Data{{#translation:}}|Photo Metadata]]
[[Category:Components:Data{{#translation:}}|Photo Metadata]]

Latest revision as of 22:33, 7 November 2024

Component image 
Photo Metadata component as seen in the Scene Inspector

The PhotoMetadata component is used to contain the information on a photo usually taken within Resonite. It is automatically attached to every screenshot taken using the finger photo gesture. This component can also be attached to a photo imported with the "import as screenshot" option when importing an image.

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 The URI of the session's world that the photo was taken in. (basically a world link)
LocationHost direct UserRef Host of the session the screenshot was taken in.
LocationAccessLevel Nullable`1<SessionAccessLevel> Access level of the session.
LocationHiddenFromListing Nullable`1<Bool> Whether the location was marked as hidden.
TimeTaken DateTime Exact timestamp that the screenshot was taken.
TakenBy direct UserRef User who took the screenshot.
TakenGlobalPosition Float3 The position in global space the camera had when the photo was taken.
TakenGlobalRotation FloatQ The rotation in global space the camera had when the photo was taken.
TakenGlobalScale Float3 The scale in global space the camera had when the photo was taken.
AppVersion String Resonite version number of the photographer.
UserInfos list of UserInfo See UserInfo
__legacyPresentUsers list of UserRef Internal. no longer used.
CameraManufacturer String Manufacturer of the camera.
CameraModel String 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 The layout of the image's left and right sections if it is a stereoscopic image, also known as a 3D image.
_exportedUsers direct SyncBag`1<UserRef> This is a list of users that exported the screenshot. If this component is part of a saved item, this is the list of users that exported the screenshot before the item was saved to the cloud.

Sync Delegates

Triggers
Name Arguments Description
SetFromCurrentWorld() Action fills in all the fields using the current session data and the local user (the user running this method)

Examples

See Also