Example #1
0
 public static Texture2D GetTypeIcon(Type type) => FluentUITK.GetTypeIcon(type);
Example #2
0
 public static Texture2D GetTypeIcon <TType>() => FluentUITK.GetTypeIcon <TType>();