MixedRealityExtensionServiceAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Mixed |
Constructor |
Default |
The default profile. |
Default |
The file path to the default profile asset relative to the package folder. |
Name |
The friendly name for this service. |
Package |
The package where the default profile asset resides. |
Requires |
Is a profile explicitly required? |
Runtime |
The runtime platform(s) to run this service. |
Find(Type) |
Convenience function for retrieving the attribute given a certain class type. |
Ürün | Sürümler |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |