Class Vector3
- Namespace
- RustPlusApi.Data.Cameras
- Assembly
- RustPlusApi.dll
A 3-component floating-point vector used for camera entity positions, rotations and sizes.
public sealed record Vector3 : IEquatable<Vector3>
- Inheritance
-
Vector3
- Implements
- Inherited Members
Properties
X
The X component.
public float X { get; init; }
Property Value
Y
The Y component.
public float Y { get; init; }
Property Value
Z
The Z component.
public float Z { get; init; }