Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
MotionTracker.cs
Go to the documentation of this file.
1
namespace
droid
.Runtime.Utilities.Misc.Orientation {
2
public
interface
IMotionTracker
{
3
bool
IsInMotion();
4
5
bool
IsInMotion(
float
sensitivity);
6
}
7
}
droid
droid.Runtime.Utilities.Misc.Orientation.IMotionTracker
Definition:
MotionTracker.cs:2
Runtime
Utilities
Misc
Orientation
MotionTracker.cs
Generated by
1.8.13