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... | |
|
strong |
|
strong |
|
strong |