Label
type Label = {
title: string;
description: string;
camera: Float[];
speed: Float;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:422
Display a label in the 3d view.
Type declaration
Name | Type | Description |
---|---|---|
title | string | Title of the label. |
description | string | Description of the label. |
camera | Float [] | Camera distance from the label. |
speed | Float | Travel speed in units per second. |