Type Alias: Measure
type Measure = {
type: UInt32;
color: Vec3;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:542
Display a measure in the 3d view.
Type declaration
Name | Type | Description |
---|---|---|
type | UInt32 | Define the type of the measure. |
color | Vec3 | Color of the measure |