docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PointCloud

    Represents a point cloud as a GPU 1d buffer of point structures, with (x, y, z) coordinates and intensity.

    Inheritance
    object
    StructuredBuffer<PointXYZI>
    PointCloud
    Inherited Members
    StructuredBuffer<PointXYZI>.IsEmpty
    StructuredBuffer<PointXYZI>.Capacity
    StructuredBuffer<PointXYZI>.Count
    StructuredBuffer<PointXYZI>.Stride
    StructuredBuffer<PointXYZI>.Name
    StructuredBuffer<PointXYZI>.Resize(int, ResizeOptions)
    StructuredBuffer<PointXYZI>.Release()
    StructuredBuffer<PointXYZI>.GetDataAsync(CommandBuffer, Action<NativeArray<PointXYZI>>)
    StructuredBuffer<PointXYZI>.SetData(List<PointXYZI>, ResizeOptions, CommandBuffer)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SensorSDK
    Assembly: solution.dll
    Syntax
    public class PointCloud : StructuredBuffer<PointXYZI>

    Constructors

    Name Description
    PointCloud()

    Initializes and returns an instance of PointCloud.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)