[V2X]道路施工(AI云)事件代码逻辑优化
This commit is contained in:
@@ -480,6 +480,9 @@ public class ObjectUtils {
|
||||
target.setColor(options.getColor());
|
||||
target.useGradient(options.isGradient());
|
||||
target.useFacade(options.useFacade);
|
||||
if (options.maxIndex >= 0f) {
|
||||
target.maxIndex = options.maxIndex;
|
||||
}
|
||||
if (options.getColorValues() != null) {
|
||||
target.colorValues(options.getColorValues());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user