WorldLockingContextEditor 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.
Custom editor for the collections of settings managed by the WorldLockingManager.
[UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext))]
public class WorldLockingContextEditor : UnityEditor.Editor
[<UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext))>]
type WorldLockingContextEditor = class
inherit Editor
Public Class WorldLockingContextEditor
Inherits Editor
- Inheritance
-
UnityEditor.EditorWorldLockingContextEditor
- Attributes
-
UnityEditor.CustomEditorAttribute
Constructors
WorldLockingContextEditor() |
Methods
OnInspectorGUI() |
Put up the GUI. |