mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BaseCoreSystem

    Inheritance
    Object
    BaseService
    BaseEventSystem
    BaseCoreSystem
    BaseDataProviderAccessCoreSystem
    BaseBoundarySystem
    MixedRealityDiagnosticsSystem
    DefaultRaycastProvider
    FocusProvider
    MixedRealitySceneSystem
    MixedRealityTeleportSystem
    Implements
    IMixedRealityEventSystem
    IMixedRealityService
    IDisposable
    Inherited Members
    BaseEventSystem.enableDanglingHandlerDiagnostics
    BaseEventSystem.EventHandlersByType
    BaseEventSystem.EventListeners
    BaseEventSystem.HandleEvent<T>(BaseEventData, ExecuteEvents.EventFunction<T>)
    BaseEventSystem.RegisterHandler<T>(IEventSystemHandler)
    BaseEventSystem.UnregisterHandler<T>(IEventSystemHandler)
    BaseEventSystem.Register(GameObject)
    BaseEventSystem.Unregister(GameObject)
    BaseEventSystem.Destroy()
    BaseService.DefaultPriority
    BaseService.Name
    BaseService.Priority
    BaseService.ConfigurationProfile
    BaseService.Initialize()
    BaseService.Reset()
    BaseService.Enable()
    BaseService.Update()
    BaseService.LateUpdate()
    BaseService.Disable()
    BaseService.disposed
    BaseService.Dispose()
    BaseService.Dispose(Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseCoreSystem : BaseEventSystem, IMixedRealityEventSystem, IMixedRealityService, IDisposable

    Constructors

    BaseCoreSystem(BaseMixedRealityProfile)

    Constructor.

    Declaration
    protected BaseCoreSystem(BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    BaseMixedRealityProfile profile

    The configuration profile for the service.

    BaseCoreSystem(BaseMixedRealityProfile)

    Constructor.

    Declaration
    protected BaseCoreSystem(BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    BaseMixedRealityProfile profile

    The configuration profile for the service.

    BaseCoreSystem(IMixedRealityServiceRegistrar, BaseMixedRealityProfile)

    Constructor.

    Declaration
    [Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")]
    protected BaseCoreSystem(IMixedRealityServiceRegistrar registrar, BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityServiceRegistrar registrar

    The IMixedRealityServiceRegistrar instance that loaded the service.

    BaseMixedRealityProfile profile

    The configuration profile for the service.

    BaseCoreSystem(IMixedRealityServiceRegistrar, BaseMixedRealityProfile)

    Constructor.

    Declaration
    [Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")]
    protected BaseCoreSystem(IMixedRealityServiceRegistrar registrar, BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityServiceRegistrar registrar

    The IMixedRealityServiceRegistrar instance that loaded the service.

    BaseMixedRealityProfile profile

    The configuration profile for the service.

    Properties

    Registrar

    The service registrar instance that registered this service.

    Declaration
    [Obsolete("The Registrar property is obsolete and will be removed in a future version of the Microsoft Mixed Reality Toolkit")]
    protected IMixedRealityServiceRegistrar Registrar { get; set; }
    Property Value
    Type Description
    IMixedRealityServiceRegistrar

    Registrar

    The service registrar instance that registered this service.

    Declaration
    [Obsolete("The Registrar property is obsolete and will be removed in a future version of the Microsoft Mixed Reality Toolkit")]
    protected IMixedRealityServiceRegistrar Registrar { get; set; }
    Property Value
    Type Description
    IMixedRealityServiceRegistrar

    Implements

    IMixedRealityEventSystem
    IMixedRealityService
    IDisposable
    In This Article
    • Constructors
      • BaseCoreSystem(BaseMixedRealityProfile)
      • BaseCoreSystem(BaseMixedRealityProfile)
      • BaseCoreSystem(IMixedRealityServiceRegistrar, BaseMixedRealityProfile)
      • BaseCoreSystem(IMixedRealityServiceRegistrar, BaseMixedRealityProfile)
    • Properties
      • Registrar
      • Registrar
    • Implements
    Back to top Generated by DocFX