Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISceneLoaderPluginFactory

Interface used by SceneLoader plugin factory

Hierarchy

  • ISceneLoaderPluginFactory

Implemented by

Index

Properties

Methods

Properties

nameSearch playground for name

name: string

Defines the name of the factory

Methods

Optional canDirectLoadSearch playground for canDirectLoad

  • canDirectLoad(data: string): boolean
  • The callback that returns true if the data can be directly loaded.

    Parameters

    • data: string

      string containing the file data

    Returns boolean

    if the data can be loaded directly

createPluginSearch playground for createPlugin

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method