Exemple #1
0
 public static extern void Survive_default_imu_process(SurviveObjectPtr so, int mode, SurviveIMUData accelgyro,
                                                       UInt32 timecode, int id);
Exemple #2
0
 virtual protected void IMUEvent(SurviveObjectPtr so, int mask, SurviveIMUData accelgyro, uint timecode,
                                 int id)
 {
     Cfunctions.Survive_default_imu_process(so, mask, accelgyro, timecode, id);
 }