Skip to content

構造体 GcGeolocationEvent

Namespace: GameCanvas

csharp
public readonly struct GcGeolocationEvent : System.IEquatable<GcGeolocationEvent>

GNSSによる測位データ

継承元

  • System.IEquatable<GcGeolocationEvent>

フィールド

AccuracyHorizontal

csharp
public readonly float AccuracyHorizontal

水平精度(メートル単位)

AccuracyVertical

csharp
public readonly float AccuracyVertical

垂直精度(メートル単位)

Altitude

csharp
public readonly float Altitude

高度

Latitude

csharp
public readonly float Latitude

経度

Longitude

csharp
public readonly float Longitude

緯度

Null

csharp
public static readonly GcGeolocationEvent Null = default

Time

csharp
public readonly System.DateTimeOffset Time

計測時刻

メソッド

Equals(GcGeolocationEvent)

csharp
public bool Equals(GcGeolocationEvent other)

Equals(object)

csharp
public override bool Equals(object obj)

GetHashCode()

csharp
public override int GetHashCode()

ToString()

csharp
public override string ToString()

演算子

operator !=(GcGeolocationEvent, GcGeolocationEvent)

csharp
public static bool operator !=(GcGeolocationEvent lh, GcGeolocationEvent rh)

operator ==(GcGeolocationEvent, GcGeolocationEvent)

csharp
public static bool operator ==(GcGeolocationEvent lh, GcGeolocationEvent rh)

Released under the MIT License.