WorldLockingContextEditor Class

Definition

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.Editor
WorldLockingContextEditor
Attributes
UnityEditor.CustomEditorAttribute

Constructors

WorldLockingContextEditor()

Methods

OnInspectorGUI()

Put up the GUI.

Applies to