Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Preset

The Preset class provides methods to handle scene presets

example
import Xjs from '@xjsframework/xjs';
import Preset from '@xjsframework/core/preset';

const xjs = new Xjs();
const preset = new Preset(xjs);

const scenePresets = await preset.listAll(0);

Hierarchy

  • Preset

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Preset(__namedParameters: { internal: Internal }): Preset

Properties

Private internal

internal: Internal

Methods

getActive

listAll

setActive

Generated using TypeDoc