Steer control - values -1/0 to 1
Namespace: JigLibX.VehiclesAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public float Steer { get; set; } |
Visual Basic |
---|
Public Property Steer As Single
Get
Set |
Visual C++ |
---|
public:
property float Steer {
float get ();
void set (float value);
} |
See Also