Skip to main content

CanvasContext

Members

The context of different canvases, for use in AR (where you can have 2D interfaces and 3D objects at once) It can be any of the following strings: 2D, 3D.

Luau Type

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

export type CanvasContext = "2D" | "3D"