Readonly distanceItem
distanceItem: {
appendTo: ((container) => void);
getCurrentContent: (() => string);
highlight: (() => void);
lineID: string;
ndcPosition: Vector3;
remove: (() => void);
setItemSelectable: ((value) => void);
unHighlight: (() => void);
update: ((five) => void);
}
Type declaration
-
appendTo: ((container) => void)
-
- (container): void
-
Returns void
-
getCurrentContent: (() => string)
-
- (): string
-
Returns string
-
highlight: (() => void)
-
lineID: string
-
ndcPosition: Vector3
-
remove: (() => void)
-
setItemSelectable: ((value) => void)
-
- (value): void
-
Returns void
-
unHighlight: (() => void)
-
update: ((five) => void)
-
- (five): void
-
Returns void
获取内容文本