Cosmos Journeyer API Documentation - v1.10.4
Preparing search index...
playgrounds/playgroundRegistry
PlaygroundRegistry
Class PlaygroundRegistry
Index
Constructors
constructor
Methods
get
register
Constructors
constructor
new
PlaygroundRegistry
()
:
PlaygroundRegistry
Returns
PlaygroundRegistry
Methods
get
get
(
name
:
string
,
)
:
(
engine
:
AbstractEngine
,
progressMonitor
:
null
|
ILoadingProgressMonitor
,
)
=>
Promise
<
Scene
>
Parameters
name
:
string
Returns
(
engine
:
AbstractEngine
,
progressMonitor
:
null
|
ILoadingProgressMonitor
,
)
=>
Promise
<
Scene
>
register
register
(
name
:
string
,
createScene
:
(
engine
:
AbstractEngine
,
progressMonitor
:
null
|
ILoadingProgressMonitor
,
)
=>
Promise
<
Scene
>
,
)
:
void
Parameters
name
:
string
createScene
:
(
engine
:
AbstractEngine
,
progressMonitor
:
null
|
ILoadingProgressMonitor
,
)
=>
Promise
<
Scene
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
register
Cosmos Journeyer API Documentation - v1.10.4
Loading...