Component:PhotoMetadata: Difference between revisions

From Resonite Wiki
fill in some descriptions for the component values
Re-add descriptions for location & taken fields
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
|LocationName|String|Name of the session the screenshot was taken in.
|LocationName|String|Name of the session the screenshot was taken in.
|LocationURL|Uri|
|LocationURL|Uri|
|User|User|Host of the session the screenshot was taken in.
|LocationHost|{{RootFieldType|UserRef}}|TypeAdv2=true|Host of the session the screenshot was taken in.
|_machineId|String|Machine ID of the host.
|LocationAccessLevel|'''[[Type:Nullable`1|Nullable`1]]<[[Type:SessionAccessLevel|SessionAccessLevel]]>'''|TypeAdv3=true|Access level of the session.
|_userId|String|User ID of the host.
|LocationHiddenFromListing|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Bool|Bool]]>'''|TypeAdv4=true|Whether the location was marked as hidden.
|LocationAccessLevel|Nullable`1|TypeString3=Nullable<SessionAccessLevel>|Access level of the session.
|LocationHiddenFromListing|Nullable`1|TypeString4=Bool?|Whether the location was marked as hidden.
|TimeTaken|DateTime|Exact timestamp that the screenshot was taken.
|TimeTaken|DateTime|Exact timestamp that the screenshot was taken.
|User|User|User who took the screenshot.
|TakenBy|{{RootFieldType|UserRef}}|TypeAdv6=true|User who took the screenshot.
|_machineId|String|Machine ID of the photographer.
|TakenGlobalPosition|Float3|
|_userId|String|User ID of the photographer.
|TakenGlobalRotation|FloatQ|
|TakenGlobalScale|Float3|
|AppVersion|String|Resonite version number of the photographer.
|AppVersion|String|Resonite version number of the photographer.
|PresentUsers|SyncList`1|TypeString8=SyncList<UserRef>|List of users within the session.
|UserInfos|{{RootFieldType|SyncList`1|[[Type:UserInfo|UserInfo]]}}|TypeAdv11=true|
|__legacyPresentUsers|{{RootFieldType|SyncList`1|[[Type:UserRef|UserRef]]}}|TypeAdv12=true|
|CameraManufacturer|String|Manufacturer of the camera.
|CameraManufacturer|String|Manufacturer of the camera.
|CameraModel|String|Model of the camera.
|CameraModel|String|Model of the camera.
Line 29: Line 29:
|Is360|Bool|Whether the image is a 360 degree image or not.
|Is360|Bool|Whether the image is a 360 degree image or not.
|StereoLayout|StereoLayout|
|StereoLayout|StereoLayout|
|_exportedUsers|SyncBag`1|TypeString14=SyncBag<UserRef>|
|_exportedUsers|{{RootFieldType|SyncBag`1|[[Type:UserRef|UserRef]]}}|TypeAdv18=true|
}}
}}



Latest revision as of 19:06, 1 March 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
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
TakenGlobalRotation FloatQ
TakenGlobalScale Float3
AppVersion String Resonite version number of the photographer.
UserInfos list of UserInfo
__legacyPresentUsers list of UserRef
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
_exportedUsers direct SyncBag`1<UserRef>

Usage

Examples

Related Components