Method SignificantlyDivergesFrom
SignificantlyDivergesFrom(SkySettings)
Determines if the SkySettings is significantly divergent from another. This is going to be used to determine whether to reset completely the ambient probe instead of using previous one when waiting for current data upon changes. Override this to have a per-sky specific heuristic.
선언
public virtual bool SignificantlyDivergesFrom(SkySettings otherSettings)
파라미터
타입 | 이름 | 설명 |
---|---|---|
SkySettings | otherSettings | The settings to compare with. |
반환
타입 | 설명 |
---|---|
bool | Whether the settings are deemed very different. |