MRTKSettingsEditor 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.
Main editor that appears in Project Settings -> XR Plug-in Management -> MRTK Settings This allows the user to edit the per-platform profiles, and the configurations stored therein.
C#
[UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.Editor.MRTKSettings))]
public class MRTKSettingsEditor : UnityEditor.Editor
C#
[UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.Editor.MRTKSettings))]
[UnityEditor.CanEditMultipleObjects]
public class MRTKSettingsEditor : UnityEditor.Editor
[<UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.Editor.MRTKSettings))>]
type MRTKSettingsEditor = class
inherit Editor
[<UnityEditor.CustomEditor(typeof(MixedReality.Toolkit.Editor.MRTKSettings))>]
[<UnityEditor.CanEditMultipleObjects>]
type MRTKSettingsEditor = class
inherit Editor
Public Class MRTKSettingsEditor
Inherits Editor
- Inheritance
-
UnityEditor.EditorMRTKSettingsEditor
- Attributes
-
UnityEditor.CustomEditorAttribute UnityEditor.CanEditMultipleObjectsAttribute
On |
Called by the Unity editor to render custom inspector UI for this component. |
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |