Quantcast
Channel: Questions in topic: "selectiongrid"
Viewing all articles
Browse latest Browse all 94

How to format Texture in selectionGrid?

$
0
0
Hi! I am coding the inventory for a schoolproject and I'm wondering what comes after Texture[]? With Strings it's: String[] = ["","","",""]; How do I format Texture[] so that I can add texture from another script? Here is part of the code: var selGridInt : int = 0; var window : Rect = Rect (1400,20,300,100); var ludoTex : Texture[]; function OnGUI() { if (displayInventory) { window = GUI.Window (0, window, InventoryWindow, "Inventory"); } } function InventoryWindow() { selGridInt = GUI.SelectionGrid (Rect (50, 50, 400, 100), selGridInt, ludoTex, 4); }

Viewing all articles
Browse latest Browse all 94

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>