可選align
align?: "start" | "center" | "end"
可選labelSize
labelSize?: number
可選label
label?: { text?: string; font?: string; fontSize?: number; color?: window.ov.Color; borderColor?: window.ov.Color; borderSize?: number;} 類型宣告
可選text?: string
可選font?: string
可選fontSize?: number
可選borderSize?: number
width
width: number
height
height: number
可選distance
distance?: number
可選onHoverDistance
onHoverDistance?: null | number
可選onSelectDistance
onSelectDistance?: null | number
可選anchor
anchor?: "center" | "top-left" | "top-right" | "bottom-left" | "bottom-right"
可選onClick
onClick?: () => void
建立VR UI標籤參數。