Skip to main content

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

NameTypeDescription
titlestringTitle of the label.
descriptionstringDescription of the label.
cameraFloat[]Camera distance from the label.
speedFloatTravel speed in units per second.