Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaRenderEngineModels
Interface AsukaRenderEngineModels
interface
AsukaRenderEngineModels
{
inspectParts
(
input
:
{
model
:
Asuka3DModel
;
}
)
:
Promise
<
Asuka3DMeshSummary
[]
>
;
listMeshes
(
)
:
Asuka3DMeshSummary
[]
;
preload
(
input
:
{
model
:
Asuka3DModel
;
}
)
:
Promise
<
boolean
>
;
}
Index
Methods
inspect
Parts
list
Meshes
preload
Methods
inspect
Parts
inspect
Parts
(
input
)
:
Promise
<
Asuka3DMeshSummary
[]
>
Parameters
input
:
{
model
:
Asuka3DModel
;
}
model
:
Asuka3DModel
Returns
Promise
<
Asuka3DMeshSummary
[]
>
list
Meshes
list
Meshes
(
)
:
Asuka3DMeshSummary
[]
Returns
Asuka3DMeshSummary
[]
preload
preload
(
input
)
:
Promise
<
boolean
>
Parameters
input
:
{
model
:
Asuka3DModel
;
}
model
:
Asuka3DModel
Returns
Promise
<
boolean
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
inspect
Parts
list
Meshes
preload
AsukaDesigner JavaScript API - v1.0.0
Loading...