doGetIconFromAsset method
Implementation
bool doGetIconFromAsset() {
switch (iconType) {
case UFUThumbIconType.hover:
case UFUThumbIconType.eagleView:
case UFUThumbIconType.quickMeasure:
case UFUThumbIconType.skyMeasure:
return true;
default:
return false;
}
}