static public void AddRawImage(MenuCommand menuCommand) { GameObject go; using (new FactorySwapToEditor()) go = DefaultControls.CreateRawImage(GetStandardResources()); PlaceUIElementRoot(go, menuCommand); }
public static void AddRawImage(MenuCommand menuCommand) { MenuOptions.PlaceUIElementRoot(DefaultControls.CreateRawImage(MenuOptions.GetStandardResources()), menuCommand); }
static public void AddRawImage(MenuCommand menuCommand) { GameObject go = DefaultControls.CreateRawImage(GetStandardResources()); PlaceUIElementRoot(go, menuCommand); }
public static void AddRawImage(MenuCommand menuCommand) { GameObject element = DefaultControls.CreateRawImage(MenuOptions.GetStandardResources()); MenuOptions.PlaceUIElementRoot(element, menuCommand); }