ecspresso
Preparing search index...
plugins/physics/physics3D
createPhysics3DPlugin
Function createPhysics3DPlugin
createPhysics3DPlugin
<
L
extends
string
=
never
,
G
extends
string
=
"physics3D"
,
CG
extends
string
=
never
,
>
(
options
?:
Physics3DPluginOptions
<
G
,
CG
>
&
{
layers
?:
LayerFactories
<
Record
<
L
,
readonly
string
[]
>
>
;
}
,
)
:
Plugin
<
WithResources
<
WithEvents
<
WithComponents
<
EmptyConfig
,
Physics3DProvides
<
L
>
>
,
Physics3DEventTypes
,
>
,
Physics3DResourceTypes
,
>
,
Transform3DWorldConfig
,
"physics3D-integration"
|
"physics3D-collision"
,
G
|
CG
,
never
,
never
,
>
Type Parameters
L
extends
string
=
never
G
extends
string
=
"physics3D"
CG
extends
string
=
never
Parameters
Optional
options
:
Physics3DPluginOptions
<
G
,
CG
>
&
{
layers
?:
LayerFactories
<
Record
<
L
,
readonly
string
[]
>
>
;
}
Returns
Plugin
<
WithResources
<
WithEvents
<
WithComponents
<
EmptyConfig
,
Physics3DProvides
<
L
>
>
,
Physics3DEventTypes
,
>
,
Physics3DResourceTypes
,
>
,
Transform3DWorldConfig
,
"physics3D-integration"
|
"physics3D-collision"
,
G
|
CG
,
never
,
never
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecspresso
Loading...