增加要素是否捕捉控制参数

This commit is contained in:
qiji4215
2023-09-01 10:26:45 +08:00
parent 8fe236922e
commit 94c9b8fd4f
10 changed files with 150 additions and 15 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -62,6 +62,7 @@ open class RenderEntity() : RealmObject(), Parcelable {
var zoomMin: Int = 18 //显示最小级别
var zoomMax: Int = 23 //显示最大级别
var enable:Int = 0 // 默认0不是显示 1为渲染显示 2为常显
var catch:Int = 0 // 0捕捉 1不捕捉
constructor(name: String) : this() {
this.name = name