Home
GitHub
Preparing search index...
The search index is not available
VFX-JS
VFX-JS
XRCylinderLayerInit
Interface XRCylinderLayerInit
interface
XRCylinderLayerInit
{
textureType
?:
XRTextureType
;
transform
:
XRRigidTransform
;
radius
?:
number
;
centralAngle
?:
number
;
aspectRatio
?:
number
;
mipLevels
?:
number
;
viewPixelWidth
:
number
;
viewPixelHeight
:
number
;
isStatic
?:
boolean
;
colorFormat
?:
number
;
depthFormat
?:
number
;
space
:
XRSpace
;
layout
?:
XRLayerLayout
;
}
Hierarchy (
view full
)
XRLayerInit
XRCylinderLayerInit
Index
Properties
texture
Type?
transform
radius?
central
Angle?
aspect
Ratio?
mip
Levels?
view
Pixel
Width
view
Pixel
Height
is
Static?
color
Format?
depth
Format?
space
layout?
Properties
Optional
texture
Type
texture
Type
?:
XRTextureType
transform
transform
:
XRRigidTransform
Optional
radius
radius
?:
number
Optional
central
Angle
central
Angle
?:
number
Optional
aspect
Ratio
aspect
Ratio
?:
number
Optional
mip
Levels
mip
Levels
?:
number
view
Pixel
Width
view
Pixel
Width
:
number
view
Pixel
Height
view
Pixel
Height
:
number
Optional
is
Static
is
Static
?:
boolean
Optional
color
Format
color
Format
?:
number
Optional
depth
Format
depth
Format
?:
number
space
space
:
XRSpace
Optional
layout
layout
?:
XRLayerLayout
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
texture
Type
transform
radius
central
Angle
aspect
Ratio
mip
Levels
view
Pixel
Width
view
Pixel
Height
is
Static
color
Format
depth
Format
space
layout
Home
GitHub
VFX-JS
Loading...