Type:UserInfo: Difference between revisions

From Resonite Wiki
this is technically a sub component, weirdly
Tag: New redirect
 
nvm put it here
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT[[Component:AssetMetadata+UserInfo]]
<languages></languages>
<translate>
<!--T:1-->
{{stub}}
{{Infobox Component
|Image=AssetMetadata+UserInfo.png
|Name=AssetMetadata+UserInfo
}}
 
used in [[Component:PhotoMetadata|Photo Metadata Component]] to provide info on users in a session where a photo was taken.
 
== Fields ==
{{Table TypeFields
|User|UserRef|User that this is containing info on.
|IsInVR|Bool|Whether the <code>User</code> was in VR or not when this photo was taken.
|IsPresent|Bool| Whether the <code>User</code> was focused or not when this photo was taken.
|HeadPosition|Float3| Where the <code>User</code>'s head position was when this photo was taken.
|HeadOrientation|FloatQ| How the <code>User</code>'s head was oriented was when this photo was taken.
|SessionJoinTimeStamp|DateTime| When the <code>User</code> joined the session this photo was taken.
}}
 
<!--T:5-->
== Related Components ==
* used in [[Component:PhotoMetadata|Photo Metadata Component]]
 
</translate>
[[Category:Type]]

Latest revision as of 16:54, 19 October 2024


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


Component image 
AssetMetadata+UserInfo component as seen in the Scene Inspector


used in Photo Metadata Component to provide info on users in a session where a photo was taken.

Fields

Fields
Name Type Description
User UserRef User that this is containing info on.
IsInVR Bool Whether the User was in VR or not when this photo was taken.
IsPresent Bool Whether the User was focused or not when this photo was taken.
HeadPosition Float3 Where the User's head position was when this photo was taken.
HeadOrientation FloatQ How the User's head was oriented was when this photo was taken.
SessionJoinTimeStamp DateTime When the User joined the session this photo was taken.


Related Components