Frame
↳ extends Niantic.Protobuf.IMessage
Declaration
public sealed partial class Frame : IMessage<Frame>, IBufferMessageConstructors
Constructor
public Frame()
Overload
public Frame(Frame other)
Properties
| Name | Type | Summary |
|---|---|---|
| static readonly Descriptor | MessageDescriptor | - |
| FrameId | ulong | - |
| FrameTimestampMs | ulong | - |
| GpsAltitude | float | - |
| GpsHeading | float | - |
| GpsHeadingAccuracy | float | - |
| GpsHorizontalAccuracy | float | - |
| GpsLatitude | float | - |
| GpsLongitude | float | - |
| GpsVerticalAccuracy | float | - |
| Height | float | - |
| readonly Intrinsics | RepeatedField<float> | - |
| Orientation | Orientation | - |
| static readonly Parser | MessageParser<Frame> | - |
| readonly Pose | RepeatedField<float> | - |
| TimestampMs | ulong | - |
| TrackingState | TrackingState | - |
| Width | float | - |
Fields
Methods
| Name | Type | Summary |
|---|---|---|
| CalculateSize | int | - |
| Clone | Frame | - |
| Equals | bool | - |
| GetHashCode | int | - |
| MergeFrom | void | - |
| ToString | string | - |
| WriteTo | void | - |
Relationships
implements: Niantic.Protobuf.IBufferMessage