Class s7sdk.event.PovEvent
This event is dispatched by PanoramicView
and Video360Player
components
when a POV (PointOfView) changes because of auto rotation, end user interaction or setPov()
API call.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.event.PovEvent(type, pov, bubbles)
|
Field Attributes | Field Name and Description |
---|---|
Specifies whether the event should bubble.
|
|
<static> |
s7sdk.event.PovEvent.NOTF_POV_CHANGE
This event is dispatched by
PanoramicView and Video360Player components when a POV (PointOfView) changes
because of auto rotation, end user interaction or setPov() API call. |
The point of view of the camera inside virtual sphere.
|
|
The type of the particular event object.
|
Class Detail
s7sdk.event.PovEvent(type, pov, bubbles)
- Parameters:
- {String} type
- Defines the value of the type property.
- {s7sdk.PovDesc} pov
- point of view of the camera inside virtual sphere
- {Boolean} bubbles
- - Defines whether the event bubbles.
Field Detail
{Boolean}
bubbles
Specifies whether the event should bubble.
<static>
s7sdk.event.PovEvent.NOTF_POV_CHANGE
This event is dispatched by
PanoramicView
and Video360Player
components when a POV (PointOfView) changes
because of auto rotation, end user interaction or setPov()
API call.
{point of view of the camera inside virtual sphere.}
pov
The point of view of the camera inside virtual sphere.
{String}
type
The type of the particular event object.