Preparing search index...
The search index is not available
Parallax - v2.1.0
Parallax
ParallaxInstanceInfo
Interface ParallaxInstanceInfo
Extended configuration for parallax instances with additional internal properties.
interface
ParallaxInstanceInfo
{
horizontalSpeed
:
number
;
verticalSpeed
:
number
;
infiniteHorizontal
?:
boolean
;
infiniteVertical
?:
boolean
;
cameraAnchorX
?:
number
;
cameraAnchorY
?:
number
;
ground
?:
boolean
;
groundY
?:
number
;
groundMapname
?:
string
;
horizontalChildren
?:
any
[]
;
verticalChildren
?:
any
[]
;
}
Hierarchy (
view full
)
ParallaxConfig
ParallaxInstanceInfo
Index
Properties
horizontal
Speed
vertical
Speed
infinite
Horizontal?
infinite
Vertical?
camera
AnchorX?
camera
AnchorY?
ground?
groundY?
ground
Mapname?
horizontal
Children?
vertical
Children?
Properties
horizontal
Speed
horizontal
Speed
:
number
vertical
Speed
vertical
Speed
:
number
Optional
infinite
Horizontal
infinite
Horizontal
?:
boolean
Optional
infinite
Vertical
infinite
Vertical
?:
boolean
Optional
camera
AnchorX
camera
AnchorX
?:
number
Optional
camera
AnchorY
camera
AnchorY
?:
number
Optional
ground
ground
?:
boolean
Optional
groundY
groundY
?:
number
Optional
ground
Mapname
ground
Mapname
?:
string
Optional
horizontal
Children
horizontal
Children
?:
any
[]
Optional
vertical
Children
vertical
Children
?:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
horizontal
Speed
vertical
Speed
infinite
Horizontal
infinite
Vertical
camera
AnchorX
camera
AnchorY
ground
groundY
ground
Mapname
horizontal
Children
vertical
Children
Parallax - v2.1.0
Loading...
Extended configuration for parallax instances with additional internal properties.