ButtonConfigHelper.SetCharIconByName(String) Method

Definition

Searches the icon set for a character matching newIconCharName. If no icon set is available, or if no texture with that name is found, no action is taken.

public:
 void SetCharIconByName(System::String ^ newIconCharName);
public void SetCharIconByName (string newIconCharName);
member this.SetCharIconByName : string -> unit
Public Sub SetCharIconByName (newIconCharName As String)

Parameters

newIconCharName
String

Name of the new icon character as defined in the IconSet.

Applies to