Class FreeCameraOptions
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
Position
public Vec3? Position { get; set; }
Property Value
- Vec3?