Bind model data into object list

This commit is contained in:
2022-03-04 17:11:01 +08:00
parent ac88c4d3fd
commit 070a9daf42
6 changed files with 98 additions and 18 deletions
+5
View File
@@ -7,6 +7,11 @@ import type { ObjectID } from "./Renderer";
*/
class CtrlObject extends LabelObject {
/**
* 显示名称
*/
public displayName: string = "";
/**
* 颜色
*/