Click or drag to resize

StressTest_150_ASLObjects_SupportMove Method

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)

Namespace:  StressTesting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void Move()
See Also