Beispiel #1
0
 public void setPlatformType(Mach1PlatformType type)
 {
     Mach1DecodeCAPI_setPlatformType(M1obj, type);
     /// Set the device's angle order and convention if applicable
     ///
     /// - Parameters:
     ///     - Mach1PlatformDefault = 0
     ///     - Mach1PlatformUnity = 1
     ///     - Mach1PlatformUE = 2
     ///     - Mach1PlatformOfEasyCam = 3
     ///     - Mach1PlatformAndroid = 4
     ///     - Mach1PlatformiOS = 5
 }
Beispiel #2
0
 internal static extern void Mach1DecodeCAPI_setPlatformType(IntPtr M1obj, Mach1PlatformType type);