Table of Contents

Class FreeCameraOptions

Namespace
Maplibre.NativeFfi.Camera
Assembly
Maplibre.NativeFfi.dll

Free camera descriptor.

public sealed record FreeCameraOptions : IEquatable<FreeCameraOptions>
Inheritance
FreeCameraOptions
Implements
Inherited Members

Remarks

Compares and hashes by property value; keep an instance unmodified while it is a key in a hash-based collection.

Properties

Orientation

public Quaternion? Orientation { get; set; }

Property Value

Quaternion?

Position

public Vec3? Position { get; set; }

Property Value

Vec3?