Lock/unlock the wheel
Namespace: JigLibX.VehiclesAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public bool Lock { get; set; } |
Visual Basic |
---|
Public Property Lock As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool Lock {
bool get ();
void set (bool value);
} |
See Also