xr-frame / Exports / ISphereShapeData
# Interface: ISphereShapeData
see
{@link SphereShapes}
# Hierarchy
-
↳
ISphereShapeData
# Table of contents
# Properties
# Properties
# autoFit
• Optional
autoFit: boolean
轮廓是否自动贴合Mesh组件或GLTF组件的大小。 如果当前元素下不存在Mesh组件和GLTF组件则不生效。
MeshShape永远会开启这项。
default
false
# Inherited from
# center
• Optional
center: [number
, number
, number
]
轮廓中心相对元素Transform中心的偏移量。
default
[0, 0, 0]
# Inherited from
# disabled
• Optional
disabled: boolean
是否禁用shape。
default
false
# Inherited from
# radius
• Optional
radius: number
球形轮廓的半径。
default
1