接口 WidgetComponentEntityOptions

interface WidgetComponentEntityOptions {
    deselectedAnimation?: string;
    isClickable?: boolean;
    lockToSurface?: boolean;
    offset?: Vector3;
    selectedAnimation?: string;
    stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void;
    visible?: boolean;
}

层级 (查看层级一览)

属性

deselectedAnimation?: string
isClickable?: boolean
lockToSurface?: boolean
offset?: Vector3
selectedAnimation?: string
stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void
visible?: boolean