xr-frame / Exports / IMeshShapeData
# Interface: IMeshShapeData
see MeshShape
# Hierarchy
-
↳
IMeshShapeData
# 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
# convex
• Optional convex: boolean
是否使用凸多边形来包围Mesh。
如果元素有shape-interact属性,则会强制开启。
default false
# disabled
• Optional disabled: boolean
是否禁用shape。
default false