Author Topic: Could use a suggestion for a debug with array list..  (Read 4227 times)

bobbyk

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Could use a suggestion for a debug with array list..
« on: October 25, 2014, 05:25:25 AM »
Hey there, learning Ngui this week and I've been unsure how best to go about creating my in-game debug variable gui.

I want to list my array of variables and could use a suggestion for best practice.  Which script would work best for displaying the array? UITextlist?  I'd be using Arraymaker with Playmaker to generate the array and it would be updating every frame.

thanks much,
-Bobby
« Last Edit: October 25, 2014, 05:33:19 AM by bobbyk »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Could use a suggestion for a debug with array list..
« Reply #1 on: October 25, 2014, 02:54:46 PM »
Easiest is to use UITextList, yeah.