Type Alias: PointCloudRef
type PointCloudRef = {
value: AssetRef<PointCloud>;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:679
Reference to a point cloud.
Properties
value
value: AssetRef<PointCloud>;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:683
UUID of the referenced point cloud.