XRScanningVoxelData
Contains a native voxel buffers for positions and colors.
Declaration
public struct XRScanningVoxelData : ValueType, IEquatable<XRScanningVoxelData>Constructors
public XRScanningVoxelData(IntPtr positionPtr, IntPtr colorsPtr, IntPtr normalPtr, int pointCount, IntPtr nativeHandle)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Colors | NativeArray<Color32> | - |
| readonly Normals | NativeArray<Vector3> | - |
| readonly Positions | NativeArray<Vector3> | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Relationships
implements: System.IEquatable