Skip to main content
Version: Latest(3.11)

[[BaseNode]] 节点基类

1. 结构声明

abstract class BaseNode {
composedBy?: Array<string>;
changedTime?: long;
}