ButtonConfigHelper.SetQuadIconByName(String) Method

Definition

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

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

Parameters

newIconTextureName
String

Name of the new icon texture asset.

Applies to