xr-frame / Exports / ICapsuleShapeData
# Interface: ICapsuleShapeData
see
CapsuleShape
# Hierarchy
-
↳
ICapsuleShapeData
# 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
# direction
• Optional
direction: ECapsuleShapeDirection
胶囊体的朝向。
default
ECapsuleShapeDirection["Y-Axis"]
# disabled
• Optional
disabled: boolean
是否禁用shape。
default
false
# Inherited from
# height
• Optional
height: number
胶囊体的长度。
default
2
# radius
• Optional
radius: number
胶囊体两端球体的半径。
default
0.5