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

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

    Show / Hide Table of Contents

    Class MixedRealityExtensionServiceAttribute

    Attribute that defines the properties of a Mixed Reality Toolkit extension service.

    Inheritance
    Object
    Attribute
    MixedRealityExtensionServiceAttribute
    MixedRealityDataProviderAttribute
    Implements
    _Attribute
    Inherited Members
    Attribute.GetCustomAttributes(MemberInfo, Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttributes(MemberInfo)
    Attribute.GetCustomAttributes(MemberInfo, Boolean)
    Attribute.IsDefined(MemberInfo, Type)
    Attribute.IsDefined(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttributes(ParameterInfo, Boolean)
    Attribute.IsDefined(ParameterInfo, Type)
    Attribute.IsDefined(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module)
    Attribute.GetCustomAttributes(Module, Boolean)
    Attribute.GetCustomAttributes(Module, Type, Boolean)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, Boolean)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, Boolean)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, Boolean)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, Boolean)
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, Boolean)
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, Boolean)
    Attribute.Equals(Object)
    Attribute.GetHashCode()
    Attribute.Match(Object)
    Attribute.IsDefaultAttribute()
    Attribute._Attribute.GetTypeInfoCount(UInt32)
    Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
    Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
    Attribute._Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
    Attribute.TypeId
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
    public class MixedRealityExtensionServiceAttribute : Attribute, _Attribute

    Constructors

    MixedRealityExtensionServiceAttribute(SupportedPlatforms, String, String, String, Boolean)

    Constructor

    Declaration
    public MixedRealityExtensionServiceAttribute(SupportedPlatforms runtimePlatforms, string name = "", string defaultProfilePath = "", string packageFolder = "MixedRealityToolkit", bool requiresProfile = false)
    Parameters
    Type Name Description
    SupportedPlatforms runtimePlatforms

    The platforms on which the extension service is supported.

    String name
    String defaultProfilePath

    The relative path to the default profile asset.

    String packageFolder

    The package folder to which the path is relative.

    Boolean requiresProfile

    Properties

    DefaultProfile

    The default profile.

    Declaration
    public virtual BaseMixedRealityProfile DefaultProfile { get; }
    Property Value
    Type Description
    BaseMixedRealityProfile

    DefaultProfilePath

    The file path to the default profile asset relative to the package folder.

    Declaration
    public virtual string DefaultProfilePath { get; }
    Property Value
    Type Description
    String

    Name

    The friendly name for this service.

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    String

    PackageFolder

    The package where the default profile asset resides.

    Declaration
    public virtual string PackageFolder { get; }
    Property Value
    Type Description
    String

    RequiresProfile

    Is a profile explicitly required?

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

    RuntimePlatforms

    The runtime platform(s) to run this service.

    Declaration
    public virtual SupportedPlatforms RuntimePlatforms { get; }
    Property Value
    Type Description
    SupportedPlatforms

    Implements

    System.Runtime.InteropServices._Attribute
    Back to top Generated by DocFX