Class Relationship
- 命名空间
- easyar.ema.v0_5
Relationship 关系类型的标注数据。
- 继承
-
Relationship
属性
category
分类
get category(): string | undefined;
set category(value: string | undefined);
isDirected
关系成员数据是否是有向的
get isDirected(): boolean;
set isDirected(value: boolean);
members
关系成员
members: Array<string>;