Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool InvertThrusterRotation { get; set; }
Visual Basic (Declaration)
Public Property InvertThrusterRotation As Boolean
Visual C++
public:
virtual property bool InvertThrusterRotation {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IThruster..::.InvertThrusterRotation

See Also