Class DwellProfileWithDecayInspector
Custom profile inspector for the extended dwell profile sample
Implements
UnityEditor.Editor
Namespace: Microsoft.MixedReality.Toolkit.Experimental.Dwell.Editor
Assembly: cs.temp.dll.dll
Syntax
public class DwellProfileWithDecayInspector : UnityEditor.Editor, UnityEditor.Editor
Methods
DrawConditionalParameter(String, String)
Declaration
public void DrawConditionalParameter(string propertyToDraw, string conditionalProperty)
Parameters
DrawConditionalParameter(String, String)
Declaration
public void DrawConditionalParameter(string propertyToDraw, string conditionalProperty)
Parameters
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Implements
UnityEditor.Editor