Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.MyShipVelocities

Morten Aune Lyrstad edited this page May 8, 2022 · 42 revisions

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)

Clone this wiki locally