Sandbox.ModAPI.Ingame.MyShipVelocities - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

MyShipVelocities Struct

public struct MyShipVelocities

Describes ship velocities

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Fields

Vector3D AngularVelocity

Gets the ship's angular velocity (rotation).

Vector3D LinearVelocity

Gets the ship's linear velocity (motion).

Constructors

MyShipVelocities(Vector3D linearVelocity, Vector3D angularVelocity)

⚠️ **GitHub.com Fallback** ⚠️