BaseMixedRealityToolkitConfigurationProfileInspector.DrawBacktrackProfileButton Method
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.
DrawBacktrackProfileButton(BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType) | |
DrawBacktrackProfileButton(String, Object) |
Renders a button that will take user back to a specified profile object |
C#
protected bool DrawBacktrackProfileButton (Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType returnProfileTarget = Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType.Configuration);
member this.DrawBacktrackProfileButton : Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType -> bool
Protected Function DrawBacktrackProfileButton (Optional returnProfileTarget As BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType = Microsoft.MixedReality.Toolkit.Editor.BaseMixedRealityToolkitConfigurationProfileInspector+BackProfileType.Configuration) As Boolean
Parameters
- returnProfileTarget
- BaseMixedRealityToolkitConfigurationProfileInspector.BackProfileType
Returns
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | 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 |
Renders a button that will take user back to a specified profile object
protected:
bool DrawBacktrackProfileButton(System::String ^ message, UnityEngine::Object ^ activeObject);
C#
protected bool DrawBacktrackProfileButton (string message, UnityEngine.Object activeObject);
member this.DrawBacktrackProfileButton : string * UnityEngine.Object -> bool
Protected Function DrawBacktrackProfileButton (message As String, activeObject As Object) As Boolean
Parameters
- message
- String
- activeObject
- UnityEngine.Object
Returns
True if button was clicked
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | 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 |