AppBar.GetButtonTextAndIconFromType Method

Definition

public:
 void GetButtonTextAndIconFromType(Microsoft::MixedReality::Toolkit::UI::AppBar::ButtonTypeEnum type, [Runtime::InteropServices::Out] System::String ^ % buttonText, [Runtime::InteropServices::Out] UnityEngine::Texture ^ % buttonIcon, [Runtime::InteropServices::Out] int % displayOrder);
public void GetButtonTextAndIconFromType (Microsoft.MixedReality.Toolkit.UI.AppBar.ButtonTypeEnum type, out string buttonText, out UnityEngine.Texture buttonIcon, out int displayOrder);
member this.GetButtonTextAndIconFromType : Microsoft.MixedReality.Toolkit.UI.AppBar.ButtonTypeEnum * string * Texture * int -> unit
Public Sub GetButtonTextAndIconFromType (type As AppBar.ButtonTypeEnum, ByRef buttonText As String, ByRef buttonIcon As Texture, ByRef displayOrder As Integer)

Parameters

buttonText
String
buttonIcon
UnityEngine.Texture
displayOrder
Int32

Applies to