Preparing search index...
The search index is not available
如视空间交互插件合集 - v3.61.14
如视空间交互插件合集
PanoVideoPluginType
PluginEventMap
Interface PluginEventMap
interface
PluginEventMap
{
click
:
(
(
event
:
{
preventDefault
:
(
(
)
=>
void
)
;
target
:
VideoMeshController
;
}
)
=>
void
)
;
dataChange
:
(
(
data
:
PanoVideoPluginType
.
PluginData
,
prevData
?:
PanoVideoPluginType
.
PluginData
)
=>
void
)
;
dataLoaded
:
(
(
data
:
PanoVideoPluginType
.
PluginData
)
=>
void
)
;
disable
:
(
(
params
:
{
userAction
:
boolean
;
}
)
=>
void
)
;
dispose
:
(
(
)
=>
void
)
;
enable
:
(
(
params
:
{
userAction
:
boolean
;
}
)
=>
void
)
;
stateChange
:
(
(
params
:
{
prevState
?:
PanoVideoPluginType
.
PluginState
;
state
:
PanoVideoPluginType
.
PluginState
;
userAction
:
boolean
;
}
)
=>
void
)
;
}
Hierarchy
EventMap
<
PanoVideoPluginType
.
PluginState
,
PanoVideoPluginType
.
PluginData
>
PluginEventMap
Index
Properties
click
data
Change
data
Loaded
disable
dispose
enable
state
Change
Properties
click
click
:
(
(
event
:
{
preventDefault
:
(
(
)
=>
void
)
;
target
:
VideoMeshController
;
}
)
=>
void
)
点位视频被点击
data
Change
data
Change
:
(
(
data
:
PanoVideoPluginType
.
PluginData
,
prevData
?:
PanoVideoPluginType
.
PluginData
)
=>
void
)
数据变更
data
Loaded
data
Loaded
:
(
(
data
:
PanoVideoPluginType
.
PluginData
)
=>
void
)
数据加载完成
disable
disable
:
(
(
params
:
{
userAction
:
boolean
;
}
)
=>
void
)
点位视频模型关闭
dispose
dispose
:
(
(
)
=>
void
)
插件被销毁
enable
enable
:
(
(
params
:
{
userAction
:
boolean
;
}
)
=>
void
)
点位视频模型开启
state
Change
state
Change
:
(
(
params
:
{
prevState
?:
PanoVideoPluginType
.
PluginState
;
state
:
PanoVideoPluginType
.
PluginState
;
userAction
:
boolean
;
}
)
=>
void
)
插件状态变化
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
click
data
Change
data
Loaded
disable
dispose
enable
state
Change
如视空间交互插件合集 - v3.61.14
Loading...
点位视频被点击