Struct SerializedPointCloudData
Serialized container for recorded point cloud data
Namespace: Unity.MARS.Recording
Syntax
[Serializable]
public struct SerializedPointCloudData
Properties
ConfidenceValues
List of confidence values for points in this point cloud
Declaration
public float[] ConfidenceValues { get; set; }
Property Value
Type | Description |
---|---|
Single[] |
Id
The id of this point cloud segment
Declaration
public MarsTrackableId Id { get; set; }
Property Value
Type | Description |
---|---|
MarsTrackableId |
Identifiers
List of identifiers for points in this point cloud
Declaration
public ulong[] Identifiers { get; set; }
Property Value
Type | Description |
---|---|
UInt64[] |
Positions
List of positions for points in this point cloud
Declaration
public Vector3[] Positions { get; set; }
Property Value
Type | Description |
---|---|
Vector3[] |