SourceScene
Defined in: core/source/iscene.ts:27
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SourceScene():
SourceScene
Returns
Section titled “Returns”SourceScene
Methods
Section titled “Methods”getScene()
Section titled “getScene()”getScene():
Promise<Scene>
Defined in: core/source/iscene.ts:76
return: Promise
Gets the scene that is being displayed by the source
Returns
Section titled “Returns”Promise<Scene>
Implementation of
Section titled “Implementation of”setScene()
Section titled “setScene()”setScene(
scene?):Promise<SourceScene>
Defined in: core/source/iscene.ts:102
param: (value?: number | Scene)
return: Promise<SourceScene>Sets the scene to be displayed displayed by the source
Parameters
Section titled “Parameters”scene?
Section titled “scene?”number | Scene
Returns
Section titled “Returns”Promise<SourceScene>