@minecraft
    正在准备搜索索引...

    接口 WidgetComponentEntityOptions

    interface WidgetComponentEntityOptions {
        deselectedAnimation?: string;
        isClickable?: boolean;
        lockToSurface?: boolean;
        offset?: Vector3;
        selectedAnimation?: string;
        visible?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    deselectedAnimation?: string
    isClickable?: boolean
    lockToSurface?: boolean
    offset?: Vector3
    selectedAnimation?: string
    visible?: boolean