Sandbox.ModAPI.Ingame.MyShipVelocities - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct MyShipVelocities
Describes ship velocities
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Gets the ship's angular velocity (rotation).
Gets the ship's linear velocity (motion).
MyShipVelocities(Vector3D linearVelocity, Vector3D angularVelocity)