ManoMotion SDK PRO  1.3
ManoMotion SDK PRO API documentation
Session.cs File Reference

Data Structures

struct  Session
 Information reagarding the sessions sent to the SDK every frame. More...
 
struct  Features
 Set wich features to use in the session. More...
 

Enumerations

enum  AddOn { AddOn.DEFAULT = 0, AddOn.ARFoundation = 4 }
 This tells the SDK if you are using any add ons like ARFoundations. More...
 
enum  SupportedOrientation { SupportedOrientation.LANDSCAPE_LEFT = 3, SupportedOrientation.LANDSCAPE_RIGHT = 4, SupportedOrientation.PORTRAIT = 1, SupportedOrientation.PORTRAIT_INVERTED = 2 }
 Provides information regarding the different orientation types supported by the SDK. More...
 
enum  Flags { Flags.FLAG_IMAGE_SIZE_IS_ZERO = 1000, Flags.FLAG_IMAGE_IS_TOO_SMALL = 1001 }
 Provides information about the current image that is being sent to the SDK making sure the image is not too small. More...
 

Enumeration Type Documentation

◆ AddOn

enum AddOn
strong

This tells the SDK if you are using any add ons like ARFoundations.

Enumerator
DEFAULT 
ARFoundation 

◆ Flags

enum Flags
strong

Provides information about the current image that is being sent to the SDK making sure the image is not too small.

Smaller than 16x16.

Enumerator
FLAG_IMAGE_SIZE_IS_ZERO 
FLAG_IMAGE_IS_TOO_SMALL 

◆ SupportedOrientation

enum SupportedOrientation
strong

Provides information regarding the different orientation types supported by the SDK.

Enumerator
LANDSCAPE_LEFT 
LANDSCAPE_RIGHT 
PORTRAIT 
PORTRAIT_INVERTED