ManoMotion Unity SDK 2.0
SDK documentation
Loading...
Searching...
No Matches
ManoSettings.cs File Reference

Classes

struct  ManoMotion.ManoSettings
 Information sent to the SDK on Init() from ManomotionManager. More...
 

Namespaces

namespace  ManoMotion
 

Enumerations

enum  ManoMotion.Platform { ManoMotion.UNITY_ANDROID , ManoMotion.UNITY_IOS }
 Provides information regarding the platform that the SDK is currently being deployed to. More...
 
enum  ManoMotion.ImageFormat {
  ManoMotion.GRAYSCALE_FORMAT = 5 , ManoMotion.BGRA_FORMAT = 4 , ManoMotion.RGBA_FORMAT = 3 , ManoMotion.RGB_FORMAT = 2 ,
  ManoMotion.BGR_FORMAT = 1
}
 Provides information regarding the format of the image ManoMotion tech is going to process. By default the WebcamTexture feed will provide a BGRA format so use that for initializing. More...