docs.unity3d.com
    Show / Hide Table of Contents

    Class PointCloudRecorder

    Data recorder for point clouds

    Inheritance
    Object
    DataRecorder
    PointCloudRecorder
    Inherited Members
    DataRecorder.IsRecording
    DataRecorder.TimeFromStart
    DataRecorder.ToggleRecording()
    DataRecorder.CancelRecording()
    DataRecorder.TryCreateDataRecording(TimelineAsset, List<Object>)
    DataRecorder.FinalizeRecording()
    Namespace: Unity.MARS.Data.Recorded
    Syntax
    public class PointCloudRecorder : DataRecorder, IUsesPointCloud, IFunctionalitySubscriber<IProvidesPointCloud>

    Properties

    PointCloudEvents

    List of point cloud update events

    Declaration
    public List<PointCloudEvent> PointCloudEvents { get; set; }
    Property Value
    Type Description
    List<PointCloudEvent>

    Methods

    Setup()

    Setup upon the start of recording

    Declaration
    protected override void Setup()
    Overrides
    DataRecorder.Setup()

    TearDown()

    Tear down upon the end of recording. MR data is not guaranteed to exist upon tear down, so this method should not record any data.

    Declaration
    protected override void TearDown()
    Overrides
    DataRecorder.TearDown()

    TryCreateDataRecording(TimelineAsset, List<UnityEngine.Object>)

    Create a new point cloud data recording track on the provided timeline

    Declaration
    public override DataRecording TryCreateDataRecording(TimelineAsset timeline, List<UnityEngine.Object> newAssets)
    Parameters
    Type Name Description
    TimelineAsset timeline

    The timeline to which the track will be added

    List<UnityEngine.Object> newAssets

    A list to which new assets can be added. None are added by this method

    Returns
    Type Description
    DataRecording

    The point cloud recording

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023