MixedRealityToolkitConfigurationProfile Class
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.
Configuration profile settings for the Mixed Reality Toolkit.
public ref class MixedRealityToolkitConfigurationProfile : Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile
[UnityEngine.CreateAssetMenu(fileName="MixedRealityToolkitConfigurationProfile", menuName="Mixed Reality Toolkit/Profiles/Mixed Reality Toolkit Configuration Profile", order=0)]
[UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/configuration/mixed-reality-configuration-guide")]
public class MixedRealityToolkitConfigurationProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/configuration/mixed-reality-configuration-guide")]
[UnityEngine.CreateAssetMenu(fileName="MixedRealityToolkitConfigurationProfile", menuName="Mixed Reality/Toolkit/Profiles/Mixed Reality Toolkit Configuration Profile", order=0)]
public class MixedRealityToolkitConfigurationProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[<UnityEngine.CreateAssetMenu(fileName="MixedRealityToolkitConfigurationProfile", menuName="Mixed Reality Toolkit/Profiles/Mixed Reality Toolkit Configuration Profile", order=0)>]
[<UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/configuration/mixed-reality-configuration-guide")>]
type MixedRealityToolkitConfigurationProfile = class
inherit BaseMixedRealityProfile
[<UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/configuration/mixed-reality-configuration-guide")>]
[<UnityEngine.CreateAssetMenu(fileName="MixedRealityToolkitConfigurationProfile", menuName="Mixed Reality/Toolkit/Profiles/Mixed Reality Toolkit Configuration Profile", order=0)>]
type MixedRealityToolkitConfigurationProfile = class
inherit BaseMixedRealityProfile
Public Class MixedRealityToolkitConfigurationProfile
Inherits BaseMixedRealityProfile
- Inheritance
- Attributes
-
UnityEngine.CreateAssetMenuAttribute UnityEngine.HelpURLAttribute
Constructors
MixedRealityToolkitConfigurationProfile() |
Properties
BoundarySystemSystemType |
Boundary system class to instantiate at runtime. |
BoundaryVisualizationProfile |
Active profile for boundary visualization. |
CameraProfile |
Profile for customizing your camera and quality settings based on if your head mounted display (HMD) is a transparent device or an occluded device. |
CameraSystemType |
Camera System class to instantiate at runtime. |
DiagnosticsSystemProfile |
Active profile for diagnostic configuration |
DiagnosticsSystemSystemType |
Diagnostics System Script File to instantiate at runtime |
EnableVerboseLogging |
If true, verbose logging will be enabled for MRTK components. |
ExperienceSettingsProfile |
Profile for configuring the experience settings of your project. Determines whether your project targers AR/VR, the scale of your experience, and the height of the user where applicable |
InputSystemProfile |
Input System profile for configuring events and actions to input devices. |
InputSystemType |
Input System class to instantiate at runtime. |
IsBoundarySystemEnabled |
Enable and configure the boundary system. |
IsCameraSystemEnabled |
Enable and configure the Camera Profile for the Mixed Reality Toolkit |
IsDiagnosticsSystemEnabled |
Is the Diagnostics System enabled? |
IsInputSystemEnabled |
Enable and configure the Input System component for the Mixed Reality Toolkit |
IsSceneSystemEnabled |
Is the Scene System enabled? |
IsSpatialAwarenessSystemEnabled |
Enable and configure the spatial awareness system. |
IsTeleportSystemEnabled |
Enable and configure the teleport system. |
RegisteredServiceProvidersProfile |
All the additional non-required systems, features, and managers registered with the Mixed Reality Toolkit. |
RenderDepthBuffer |
If true, MRTK will render the depth buffer as color. Only valid in editor. |
SceneSystemProfile |
Active profile for scene configuration |
SceneSystemSystemType |
Scene System Script File to instantiate at runtime |
SpatialAwarenessSystemProfile |
Active profile for spatial awareness system |
SpatialAwarenessSystemSystemType |
Spatial Awareness System class to instantiate at runtime. |
TargetExperienceScale |
Obsolete.
The desired the scale of the experience. Profile for configuring the experience settings of your project. Determines whether your project targers AR/VR, the scale of your experience, and the height of the user where applicable |
TeleportSystemSystemType |
Teleport System class to instantiate at runtime. |
UseServiceInspectors |
Obsolete.
If true, MRTK will generate components that let you to view the state of running services. These objects will not be generated at runtime. |