Interface SpacialNavigationConfiguration

interface SpacialNavigationConfiguration {
    enabled: boolean;
    horizontalSeek: boolean;
}

Properties

enabled: boolean

Whether spatial navigation functionality should be enabled. Defaults to false

horizontalSeek: boolean

Whether horizontal seeking should be enabled. Defaults to false