MixedRealityServiceConfiguration Struct
Definition
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.
Defines a system, feature, or manager to be registered with as a IMixedRealityExtensionService on startup.
public value class MixedRealityServiceConfiguration : Microsoft::MixedReality::Toolkit::IMixedRealityServiceConfiguration
[System.Serializable]
public struct MixedRealityServiceConfiguration : Microsoft.MixedReality.Toolkit.IMixedRealityServiceConfiguration
[<System.Serializable>]
type MixedRealityServiceConfiguration = struct
interface IMixedRealityServiceConfiguration
Public Structure MixedRealityServiceConfiguration
Implements IMixedRealityServiceConfiguration
- Inheritance
-
MixedRealityServiceConfiguration
- Attributes
- Implements
Constructors
MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile) |
Constructor. |
Properties
ComponentName |
The name of the system, feature or manager. |
ComponentType |
The concrete type for the system, feature or manager. |
ConfigurationProfile |
Obsolete.
Obsolete.
The configuration profile for the service. |
Priority |
The priority this system, feature or manager will be initialized in. |
Profile |
Profile configuration associated with the service |
RuntimePlatform |
The runtime platform(s) to run this service. |