Namespace:
VideoRay
Assembly:
vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public double PitchAcceleration { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PitchAcceleration As Double |
Visual C++ |
---|
public:
property double PitchAcceleration {
double get ();
void set (double value);
} |
See Also