mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class LostTrackingServiceProfile

    The profile definition for an ILostTrackingService.

    Inheritance
    Object
    BaseMixedRealityProfile
    LostTrackingServiceProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Extensions.Tracking
    Assembly: cs.temp.dll.dll
    Syntax
    public class LostTrackingServiceProfile : BaseMixedRealityProfile, ScriptableObject

    Properties

    HaltAudioOnTrackingLost

    If true, the service will pause audio while tracking is lost.

    Declaration
    public bool HaltAudioOnTrackingLost { get; }
    Property Value
    Type Description
    Boolean

    HaltAudioOnTrackingLost

    If true, the service will pause audio while tracking is lost.

    Declaration
    public bool HaltAudioOnTrackingLost { get; }
    Property Value
    Type Description
    Boolean

    HaltTimeWhileTrackingLost

    If true, the service will set timescale to 0 while tracking is lost.

    Declaration
    public bool HaltTimeWhileTrackingLost { get; }
    Property Value
    Type Description
    Boolean

    HaltTimeWhileTrackingLost

    If true, the service will set timescale to 0 while tracking is lost.

    Declaration
    public bool HaltTimeWhileTrackingLost { get; }
    Property Value
    Type Description
    Boolean

    TrackingLostCullingMask

    The culling mask to use when tracking is lost. The tracking lost visual layer is automatically included.

    Declaration
    public LayerMask TrackingLostCullingMask { get; }
    Property Value
    Type Description
    LayerMask

    TrackingLostCullingMask

    The culling mask to use when tracking is lost. The tracking lost visual layer is automatically included.

    Declaration
    public LayerMask TrackingLostCullingMask { get; }
    Property Value
    Type Description
    LayerMask

    TrackingLostVisualLayer

    The layer used to display the lost tracking visual.

    Declaration
    public int TrackingLostVisualLayer { get; }
    Property Value
    Type Description
    Int32

    TrackingLostVisualLayer

    The layer used to display the lost tracking visual.

    Declaration
    public int TrackingLostVisualLayer { get; }
    Property Value
    Type Description
    Int32

    TrackingLostVisualPrefab

    Prefab for the lost tracking visual. Must include a component that implements ILostTrackingVisual. A radial solver or tagalong script is recommended as well.

    Declaration
    public GameObject TrackingLostVisualPrefab { get; }
    Property Value
    Type Description
    GameObject

    TrackingLostVisualPrefab

    Prefab for the lost tracking visual. Must include a component that implements ILostTrackingVisual. A radial solver or tagalong script is recommended as well.

    Declaration
    public GameObject TrackingLostVisualPrefab { get; }
    Property Value
    Type Description
    GameObject

    Implements

    ScriptableObject
    In This Article
    • Properties
      • HaltAudioOnTrackingLost
      • HaltAudioOnTrackingLost
      • HaltTimeWhileTrackingLost
      • HaltTimeWhileTrackingLost
      • TrackingLostCullingMask
      • TrackingLostCullingMask
      • TrackingLostVisualLayer
      • TrackingLostVisualLayer
      • TrackingLostVisualPrefab
      • TrackingLostVisualPrefab
    • Implements
    Back to top Generated by DocFX