Skip to main content

ARCamera

Members

The player's camera, used for AR devices.


CFrame

It is of the type CFrame.


CameraType

It is of the type Enum.CameraType.


DiagonalFieldOfView

It is of the type number.


FieldOfView

It is of the type number.


FieldOfViewMode

It is of the type Enum.FieldOfViewMode.


Focus

It is of the type CFrame.


HeadScale

It is of the type number.


MaxAxisFieldOfView

It is of the type number.


NearPlaneZ

It is of the type number.


RenderCFrame

The CFrame the camera is rendered at (for VR). It is of the type CFrame.


ViewportSize

The size of the camera viewport. It is of the type Vector2.


ViewportSizeUI

The size of the camera viewport (2D UI context) It is of the type Vector2.

Luau Type

This is the luau type for ARCamera. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type ARCamera = {
FieldOfViewMode: Enum.FieldOfViewMode,
FieldOfView: number,
CFrame: CFrame,
NearPlaneZ: number,
ViewportSizeUI: Vector2,
RenderCFrame: CFrame,
CameraType: Enum.CameraType,
Focus: CFrame,
HeadScale: number,
ViewportSize: Vector2,
MaxAxisFieldOfView: number,
DiagonalFieldOfView: number,
}