xr-frame / Exports / IShapeData

# Interface: IShapeData

# Hierarchy

# Table of contents

# Properties

# Properties

# autoFit

Optional autoFit: boolean

轮廓是否自动贴合Mesh组件GLTF组件的大小。 如果当前元素下不存在Mesh组件和GLTF组件则不生效。

MeshShape永远会开启这项。

default false


# center

Optional center: [number, number, number]

轮廓中心相对元素Transform中心的偏移量。

default [0, 0, 0]


# disabled

Optional disabled: boolean

是否禁用shape。

default false