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

Hierarchy (View Summary)

Properties

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