ManoMotion Unity SDK 2.0
SDK documentation
Loading...
Searching...
No Matches
ManoMotion.Session Struct Reference

Information reagarding the sessions sent to the SDK every frame.

Public Attributes

Flags flag
 Information about imgae size.

 
SupportedOrientation orientation
 The current orientation of the device.
 
AddOn addOn
 Inforamtion if the SDK is used together with add on such as AR Foundation.
 
float smoothingController
 The current Tracking smoothing value (0-1) for the finger & wrist information.
 
float gestureSmoothingController
 The current Tracking smoothing value (0-1) for the gestures.
 
Features enabledFeatures
 Information about which features to run.
 

Member Data Documentation

◆ addOn

AddOn ManoMotion.Session.addOn

◆ enabledFeatures

Features ManoMotion.Session.enabledFeatures

◆ flag

Flags ManoMotion.Session.flag

◆ gestureSmoothingController

float ManoMotion.Session.gestureSmoothingController

◆ orientation

SupportedOrientation ManoMotion.Session.orientation

◆ smoothingController

float ManoMotion.Session.smoothingController