Class RecordedPlanesProvider | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class RecordedPlanesProvider

    Inheritance
    Object
    RecordedTrackablesProvider
    RecordedPlanesProvider
    Inherited Members
    RecordedTrackablesProvider.GetPlaybackID(MarsTrackableId)
    Namespace: Unity.MARS.Recording.Providers
    Syntax
    public class RecordedPlanesProvider : RecordedTrackablesProvider, IRecordedDataProvider, IProvidesPlaneFinding, IFunctionalityProvider, IUsesMARSTrackableData<MRPlane>, IProvidesTraits<Pose>, IProvidesTraits<Vector2>, IProvidesTraits<int>, IProvidesTraits<bool>, IProvidesTraits, INotificationReceiver

    Methods

    ClearData()

    Declaration
    public override void ClearData()
    Overrides
    RecordedTrackablesProvider.ClearData()

    ConnectSubscriber(Object)

    Declaration
    public void ConnectSubscriber(object obj)
    Parameters
    Type Name Description
    Object obj
    Implements
    IFunctionalityProvider.ConnectSubscriber(Object)

    GetPlanes(List<MRPlane>)

    Declaration
    public void GetPlanes(List<MRPlane> planes)
    Parameters
    Type Name Description
    List<MRPlane> planes
    Implements
    IProvidesPlaneFinding.GetPlanes(List<MRPlane>)

    GetProvidedTraits()

    Declaration
    public TraitDefinition[] GetProvidedTraits()
    Returns
    Type Description
    TraitDefinition[]
    Implements
    IProvidesTraits.GetProvidedTraits()

    LoadProvider()

    Declaration
    public void LoadProvider()
    Implements
    IFunctionalityProvider.LoadProvider()

    OnDisable()

    Declaration
    protected override void OnDisable()
    Overrides
    RecordedTrackablesProvider.OnDisable()

    OnNotify(Playable, INotification, Object)

    Declaration
    public void OnNotify(Playable origin, INotification notification, object context)
    Parameters
    Type Name Description
    Playable origin
    INotification notification
    Object context

    StartDetectingPlanes()

    Declaration
    public void StartDetectingPlanes()
    Implements
    IProvidesPlaneFinding.StartDetectingPlanes()

    StopDetectingPlanes()

    Declaration
    public void StopDetectingPlanes()
    Implements
    IProvidesPlaneFinding.StopDetectingPlanes()

    UnloadProvider()

    Declaration
    public void UnloadProvider()
    Implements
    IFunctionalityProvider.UnloadProvider()

    Events

    planeAdded

    Declaration
    public event Action<MRPlane> planeAdded
    Event Type
    Type Description
    Action<MRPlane>
    Implements
    IProvidesPlaneFinding.planeAdded

    planeRemoved

    Declaration
    public event Action<MRPlane> planeRemoved
    Event Type
    Type Description
    Action<MRPlane>
    Implements
    IProvidesPlaneFinding.planeRemoved

    planeUpdated

    Declaration
    public event Action<MRPlane> planeUpdated
    Event Type
    Type Description
    Action<MRPlane>
    Implements
    IProvidesPlaneFinding.planeUpdated

    Extension Methods

    IUsesMARSTrackableDataGenericMethods.AddOrUpdateData<T>(IUsesMARSTrackableData<T>, T)
    IUsesMARSTrackableDataGenericMethods.AddData<T>(IUsesMARSTrackableData<T>, Int32, T)
    IUsesMARSTrackableDataGenericMethods.RemoveData<T>(IUsesMARSTrackableData<T>, T)
    IUsesMARSTrackableDataGenericMethods.GetIdValue<T>(IUsesMARSTrackableData<T>, Int32)
    IUsesMARSTrackableDataGenericMethods.GetCollection<T>(IUsesMARSTrackableData<T>)
    IUsesMARSTrackableDataGenericMethods.RegisterProcessingJob<T>(IUsesMARSTrackableData<T>, ProcessingJobType)
    IUsesMARSTrackableDataGenericMethods.UnregisterProcessingJob<T>(IUsesMARSTrackableData<T>, ProcessingJobType)
    Back to top
    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