[6.5.0][overlay] 画线时,添加是否绘制箭头开关
This commit is contained in:
@@ -229,6 +229,16 @@ public class ObjectUtils {
|
||||
target.setIsBright(true);
|
||||
target.setBrightColor(options.getLightColor());
|
||||
target.setBrightSpeed(options.getLightSpeed());
|
||||
} else {
|
||||
target.setIsBright(false);
|
||||
}
|
||||
Bitmap bitmap = options.getCustomTexture();
|
||||
if (bitmap != null) {
|
||||
target.useTexture(true);
|
||||
target.customTexture(bitmap);
|
||||
}
|
||||
if (options.isShowArrow()) {
|
||||
target.setIsArrow(true);
|
||||
}
|
||||
return target;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user