MixedRealityExtensionServiceAttribute Class

Definition

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

public ref class MixedRealityExtensionServiceAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class MixedRealityExtensionServiceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type MixedRealityExtensionServiceAttribute = class
    inherit Attribute
Public Class MixedRealityExtensionServiceAttribute
Inherits Attribute
Inheritance
MixedRealityExtensionServiceAttribute
Derived
Attributes

Constructors

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

Constructor

Properties

DefaultProfile

The default profile.

DefaultProfilePath

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

Name

The friendly name for this service.

PackageFolder

The package where the default profile asset resides.

RequiresProfile

Is a profile explicitly required?

RuntimePlatforms

The runtime platform(s) to run this service.

Methods

Find(Type)

Convenience function for retrieving the attribute given a certain class type.

Applies to