Table of Contents

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

float

Y

The Y component.

public float Y { get; init; }

Property Value

float

Z

The Z component.

public float Z { get; init; }

Property Value

float