Interface for a thruster object. All thrusters should implement this regardless of their low level implemenation

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

Syntax

C#
public interface IThruster
Visual Basic (Declaration)
Public Interface IThruster
Visual C++
public interface class IThruster

See Also