Click or drag to resize
MyShipVelocities Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Sandbox.ModAPI.Ingame.MyShipVelocities"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public struct MyShipVelocities

The MyShipVelocities type exposes the following members.

Constructors
  NameDescription
Public methodMyShipVelocities
Initializes a new instance of the MyShipVelocities class
Top
Fields
  NameDescription
Public fieldAngularVelocity
Gets the ship's angular velocity (rotation).
Public fieldLinearVelocity
Gets the ship's linear velocity (motion).
Top
See Also