Struct SerializedPointCloudData
Serialized container for recorded point cloud data
Inherited Members
Namespace: Unity.MARS.Data.Recorded
Assembly: Unity.MARS.dll
Syntax
[Serializable]
[MovedFrom("Unity.MARS.Recording")]
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 |
---|---|
float[] |
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 |
---|---|
ulong[] |
Positions
List of positions for points in this point cloud
Declaration
public Vector3[] Positions { get; set; }
Property Value
Type | Description |
---|---|
Vector3[] |