docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlaneFindingRecorder

    Data recording for planes

    Inheritance
    object
    DataRecorder
    PlaneFindingRecorder
    Implements
    IUsesPlaneFinding
    IFunctionalitySubscriber<IProvidesPlaneFinding>
    IFunctionalitySubscriber
    Inherited Members
    DataRecorder.IsRecording
    DataRecorder.TimeFromStart
    DataRecorder.ToggleRecording()
    DataRecorder.CancelRecording()
    DataRecorder.FinalizeRecording()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Data.Recorded
    Assembly: Unity.MARS.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    public class PlaneFindingRecorder : DataRecorder, IUsesPlaneFinding, IFunctionalitySubscriber<IProvidesPlaneFinding>, IFunctionalitySubscriber

    Properties

    PlaneEvents

    List of plane events

    Declaration
    public List<PlaneEvent> PlaneEvents { get; set; }
    Property Value
    Type Description
    List<PlaneEvent>

    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<Object>)

    Create a new plane recording track on the provided timeline

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

    The timeline to which the track will be added

    List<Object> newAssets

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

    Returns
    Type Description
    DataRecording

    The plane recording

    Overrides
    DataRecorder.TryCreateDataRecording(TimelineAsset, List<Object>)

    Implements

    IUsesPlaneFinding
    Unity.XRTools.ModuleLoader.IFunctionalitySubscriber<TProvider>
    Unity.XRTools.ModuleLoader.IFunctionalitySubscriber

    Extension Methods

    IUsesPlaneFindingMethods.GetPlanes(IUsesPlaneFinding, List<MRPlane>)
    IUsesPlaneFindingMethods.StartDetectingPlanes(IUsesPlaneFinding)
    IUsesPlaneFindingMethods.StopDetectingPlanes(IUsesPlaneFinding)
    IUsesPlaneFindingMethods.SubscribePlaneAdded(IUsesPlaneFinding, Action<MRPlane>)
    IUsesPlaneFindingMethods.SubscribePlaneRemoved(IUsesPlaneFinding, Action<MRPlane>)
    IUsesPlaneFindingMethods.SubscribePlaneUpdated(IUsesPlaneFinding, Action<MRPlane>)
    IUsesPlaneFindingMethods.UnsubscribePlaneAdded(IUsesPlaneFinding, Action<MRPlane>)
    IUsesPlaneFindingMethods.UnsubscribePlaneRemoved(IUsesPlaneFinding, Action<MRPlane>)
    IUsesPlaneFindingMethods.UnsubscribePlaneUpdated(IUsesPlaneFinding, Action<MRPlane>)
    In This Article
    Back to top
    Copyright © 2025 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)