make3d
Preparing search index...
Skybox
Class Skybox
Index
Constructors
constructor
Properties
DEFAULT_
TEXTURES
Methods
DEFAULT_
CALLBACK
Constructors
constructor
new
Skybox
(
textures
?:
{
back
:
string
;
down
:
string
;
front
:
string
;
left
:
string
;
right
:
string
;
up
:
string
;
}
,
callback
?:
(
skyBox
:
Texture
)
=>
void
,
)
:
Skybox
Parameters
textures
:
{
back
:
string
;
down
:
string
;
front
:
string
;
left
:
string
;
right
:
string
;
up
:
string
;
}
= Skybox.DEFAULT_TEXTURES
callback
:
(
skyBox
:
Texture
)
=>
void
= Skybox.DEFAULT_CALLBACK
Returns
Skybox
Properties
Static
Readonly
DEFAULT_
TEXTURES
DEFAULT_TEXTURES
:
{
back
:
string
;
down
:
string
;
front
:
string
;
left
:
string
;
right
:
string
;
up
:
string
;
}
= ...
Methods
Static
Readonly
DEFAULT_
CALLBACK
DEFAULT_CALLBACK
(
skyBox
:
Texture
)
:
void
Parameters
skyBox
:
Texture
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
DEFAULT_
TEXTURES
Methods
DEFAULT_
CALLBACK
make3d
Loading...