StressTest_150_ASLObjects_Support Class |
Namespace: StressTesting
The StressTest_150_ASLObjects_Support type exposes the following members.
Name | Description | |
---|---|---|
StressTest_150_ASLObjects_Support | Initializes a new instance of the StressTest_150_ASLObjects_Support class |
Name | Description | |
---|---|---|
Move |
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)
| |
Start |
Start function - called right away
| |
Update |
Move object based on button inputs
|
Name | Description | |
---|---|---|
m_MyObjectOriginalColor | The original color of the object this class gets assigned to |