make3d
Preparing search index...
LevelProps
Interface LevelProps<T>
interface
LevelProps
<
T
=
Texture
>
{
bush
?:
T
;
canvas
?:
HTMLCanvasElement
;
floor
?:
T
;
ocean
?:
T
;
sides
?:
T
;
skybox
?:
SkyboxProps
;
textures
:
Texture
<
unknown
>
[]
;
tree
?:
T
;
}
Type Parameters
T
=
Texture
Hierarchy (
View Summary
)
LevelCreateProps
<
T
>
LevelProps
Index
Properties
bush?
canvas?
floor?
ocean?
sides?
skybox?
textures
tree?
Properties
Optional
bush
bush
?:
T
Optional
canvas
canvas
?:
HTMLCanvasElement
Optional
floor
floor
?:
T
Optional
ocean
ocean
?:
T
Optional
sides
sides
?:
T
Optional
skybox
skybox
?:
SkyboxProps
textures
textures
:
Texture
<
unknown
>
[]
Optional
tree
tree
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bush
canvas
floor
ocean
sides
skybox
textures
tree
make3d
Loading...