UNPKG

@wonderlandengine/components

Version:

Wonderland Engine's official component library.

10 lines (9 loc) 306 B
import { Component } from '@wonderlandengine/api'; /** * 8thwall camera component. * @deprecated Use the components in https://github.com/WonderlandEngine/wonderland-ar-tracking instead. */ export declare class ARCamera8thwall extends Component { static TypeName: string; deprecated: boolean; }