Click or drag to resize

StressTest_150_ASLObjects_Support Methods

Methods
  NameDescription
Private methodMove
Move object based on button input - as this code is called from the update loop, it will send the maximum amount of packets as possible (about 2100 packets for a single quick click) Generally, this is a bad thing, but the point is to stress the system. Bottom line - know that if you want a lot of dynamically moving ASL objects in your scene. you should not do set it up like this stress test does, there are better ways to do it (look up delegates)
Private methodStart
Start function - called right away
Private methodUpdate
Move object based on button inputs
Top
See Also