UNPKG

@megavr/ecsy-babylon

Version:

babylon.js ecsy binding and helpers

7 lines (6 loc) 289 B
import { TextureAttributes } from "./TextureAttributes"; /** Interface defined texture(s) of a Scene component. */ export interface SceneTextureProperties { /** @see https://doc.babylonjs.com/api/classes/babylon.scene#environmenttexture */ environment?: TextureAttributes; }