Preparing search index...
The search index is not available
@pixiv/three-vrm
@pixiv/three-vrm
types-vrmc-springbone-extended-collider-1.0
SpringBoneExtendedColliderShape
Interface SpringBoneExtendedColliderShape
The shape of the collider. One of sphere, capsule, or plane is defined.
interface
SpringBoneExtendedColliderShape
{
capsule
?:
SpringBoneExtendedColliderShapeCapsule
;
extensions
?:
{
[
name
:
string
]:
any
}
;
extras
?:
any
;
plane
?:
SpringBoneExtendedColliderShapePlane
;
sphere
?:
SpringBoneExtendedColliderShapeSphere
;
}
Index
Properties
capsule?
extensions?
extras?
plane?
sphere?
Properties
Optional
capsule
capsule
?:
SpringBoneExtendedColliderShapeCapsule
Optional
extensions
extensions
?:
{
[
name
:
string
]:
any
}
Optional
extras
extras
?:
any
Optional
plane
plane
?:
SpringBoneExtendedColliderShapePlane
Optional
sphere
sphere
?:
SpringBoneExtendedColliderShapeSphere
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capsule
extensions
extras
plane
sphere
@pixiv/three-vrm
Loading...
The shape of the collider. One of sphere, capsule, or plane is defined.