InteractableInspector 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.
public ref class InteractableInspector : UnityEditor::Editor
[UnityEditor.CanEditMultipleObjects]
[UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.UI.Interactable))]
public class InteractableInspector : UnityEditor.Editor
[<UnityEditor.CanEditMultipleObjects>]
[<UnityEditor.CustomEditor(typeof(Microsoft.MixedReality.Toolkit.UI.Interactable))>]
type InteractableInspector = class
inherit Editor
Public Class InteractableInspector
Inherits Editor
- Inheritance
-
UnityEditor.EditorInteractableInspector
- Attributes
-
UnityEditor.CanEditMultipleObjectsAttribute UnityEditor.CustomEditorAttribute
Add |
|
Add |
|
Create |
|
Draw |
Draws a popup UI with PropertyField type features. Displays prefab pending updates |
Get |
|
On |
|
On |
|
Remove |
|
Remove |
|
Render |
|
Render |
|
Render |
|
Speech |
Obsolete.
Get the index of the speech keyword array item based on its name, pop-up field helper Skips the first item in the array (internal added blank value to turn feature off) and returns a 0 if no match is found for the blank value |
Try |
Get a list of Mixed Reality Input Actions from the input actions profile. |
Try |
Try to get a list of speech commands from the MRTK/Input/SpeechCommands profile |
Try |
Obsolete.
Look for speech commands in the MRTK Speech Command profile Adds a blank value at index zero so the developer can turn the feature off. |
Produit | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |