Type:UserInfo: Difference between revisions

From Resonite Wiki
nvm put it here
Tag: Removed redirect
this is a direct
 
Line 12: Line 12:
== Fields ==
== Fields ==
{{Table TypeFields
{{Table TypeFields
|User|UserRef|User that this is containing info on.
|User|{{RootFieldType|UserRef}}|TypeAdv0=true|User that this is containing info on.
|IsInVR|Bool|Whether the <code>User</code> was in VR or not when this photo was taken.
|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.
|IsPresent|Bool| Whether the <code>User</code> was focused or not when this photo was taken.

Latest revision as of 17:31, 14 January 2025


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 direct 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