Search
Preparing search index...
The search index is not available
Vreo
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Vreo
Player
VideoAgentScene
Class VideoAgentScene
Hierarchy
VideoAgentScene
Index
Constructors
constructor
Properties
camera
container
renderer
scene
video
Agent
Mesh
Methods
dispose
run
Constructors
constructor
new
Video
Agent
Scene
(
container
:
HTMLElement
, needRender
?:
boolean
, options
?:
{
audioInstance
?:
HTMLAudioElement
;
preload
?:
boolean
;
videoInstance
?:
HTMLVideoElement
}
)
:
VideoAgentScene
Parameters
container:
HTMLElement
needRender:
boolean
= true
options:
{
audioInstance
?:
HTMLAudioElement
;
preload
?:
boolean
;
videoInstance
?:
HTMLVideoElement
}
= {}
Optional
audio
Instance
?:
HTMLAudioElement
Optional
preload
?:
boolean
Optional
video
Instance
?:
HTMLVideoElement
Returns
VideoAgentScene
Properties
camera
camera
:
OrthographicCamera
= ...
container
container
:
HTMLElement
renderer
renderer
:
WebGLRenderer
= ...
scene
scene
:
Scene
= ...
video
Agent
Mesh
video
Agent
Mesh
:
VideoAgentMesh
Methods
dispose
dispose
(
)
:
void
Returns
void
run
run
(
)
:
void
Returns
void
Modules
Player
custom
five
Plugins
react
Video
Agent
Scene
constructor
camera
container
renderer
scene
video
Agent
Mesh
dispose
run