BackgroundReplacementConfig interface
백그라운드 대체 구성입니다.
- Extends
속성
background |
배경 이미지의 URL |
상속된 속성
effect |
'timeForEffectsWarningReached' 이벤트를 실행하기 전에 대기 시간(MS)입니다. 기본값 - 20000 |
fps |
'fpsWarningThresholdReached' 이벤트를 실행하기 전의 최소 fps 임계값입니다. 기본값 - 5 |
속성 세부 정보
backgroundImageUrl
배경 이미지의 URL
backgroundImageUrl: string
속성 값
string
상속된 속성 세부 정보
effectInitTimeThresholdInMs
'timeForEffectsWarningReached' 이벤트를 실행하기 전에 대기 시간(MS)입니다. 기본값 - 20000
effectInitTimeThresholdInMs?: number
속성 값
number
fpsWarningThreshold
'fpsWarningThresholdReached' 이벤트를 실행하기 전의 최소 fps 임계값입니다. 기본값 - 5
fpsWarningThreshold?: number
속성 값
number