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

Sandbox.ModAPI.Ingame.IMyAutopilotWaypoint

Morten Aune Lyrstad edited this page Apr 13, 2023 · 1 revision

IndexNamespace Index

IMyAutopilotWaypoint Interface

public interface IMyAutopilotWaypoint

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

Properties

MatrixD Matrix { get; }

Gets matrix representing recorded position and rotation

string Name { get; }

Name of waypoint

long RelatedEntityId { get; }

Sets Id of entity in relation to which the Coords are set

MatrixD RelativeMatrix { get; }

Coordinates in relation to relatedEntity

Clone this wiki locally