Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.MyShipVelocities

Morten Aune Lyrstad edited this page Apr 16, 2022 · 43 revisions

IndexNamespace Index

MyShipVelocities Struct

public struct MyShipVelocities

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