日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class BaseExtensionService

    The base extension service implements IMixedRealityExtensionService and provides default properties for all extension services.

    Inheritance
    Object
    BaseService
    BaseExtensionService
    HandPhysicsService
    SceneTransitionService
    LostTrackingService
    Implements
    IMixedRealityExtensionService
    IMixedRealityService
    IDisposable
    Inherited Members
    BaseService.DefaultPriority
    BaseService.Name
    BaseService.Priority
    BaseService.ConfigurationProfile
    BaseService.Initialize()
    BaseService.Reset()
    BaseService.Enable()
    BaseService.Update()
    BaseService.LateUpdate()
    BaseService.Disable()
    BaseService.Destroy()
    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 BaseExtensionService : BaseService, IMixedRealityExtensionService, IMixedRealityService, IDisposable
    Remarks

    Empty, but reserved for future use, in case additional IMixedRealityExtensionService properties or methods are assigned.

    Constructors

    BaseExtensionService(IMixedRealityServiceRegistrar, String, UInt32, 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 BaseExtensionService(IMixedRealityServiceRegistrar registrar, string name = null, uint priority = 10U, BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealityServiceRegistrar registrar

    The IMixedRealityServiceRegistrar instance that loaded the service.

    String name

    The friendly name of the service.

    UInt32 priority

    The registration priority of the service.

    BaseMixedRealityProfile profile

    The configuration profile for the service.

    BaseExtensionService(String, UInt32, BaseMixedRealityProfile)

    Constructor.

    Declaration
    protected BaseExtensionService(string name = null, uint priority = 10U, BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    String name

    The friendly name of the service.

    UInt32 priority

    The registration priority of 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

    Implements

    IMixedRealityExtensionService
    IMixedRealityService
    System.IDisposable
    Back to top Generated by DocFX