Envmapcomponent

EnvmapComponent class

This component is used to display an environment map in the game. Use the studio to configure the environment for the space.

This is a singleton component. You can only have one environment map in the game.

Signature:

export declare class EnvmapComponent extends Component3D<any> 

Extends: Component3D<any>

Methods

Method

Modifiers

Description

dispose()

protected

init()

protected