Skip to content

RoyInterface / Exports / hierarchy/RoyRoot / RoyEngine3DInfo

Interface: RoyEngine3DInfo

hierarchy/RoyRoot.RoyEngine3DInfo

Interface for Roy Engine 3D Info.

Table of contents

Properties

Properties

preRenderFunc

Optional preRenderFunc: () => void

The pre-render function.

Type declaration

▸ (): void

Returns

void


renderFunc

Optional renderFunc: () => void

The render function.

Type declaration

▸ (): void

Returns

void


postRenderFunc

Optional postRenderFunc: () => void

The post-render function.

Type declaration

▸ (): void

Returns

void


mainScene

mainScene: boolean

Whether the scene is the main scene.