Click or drag to resize

StressTest_ButtonManager Class

Button Manager for Stress Tests
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          StressTestingStressTest_ButtonManager

Namespace:  StressTesting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class StressTest_ButtonManager : MonoBehaviour

The StressTest_ButtonManager type exposes the following members.

Constructors
  NameDescription
Public methodStressTest_ButtonManager
Initializes a new instance of the StressTest_ButtonManager class
Top
Methods
  NameDescription
Public methodDeleteObject
Delete a random ASL object in the scene
Public methodMoveDownDeselect
For 150_Objects stress test: Stop all objects from moving down
Public methodMoveDownSelect
For 150_Objects stress test: Move all objects down
Public methodMoveLeftDeselect
For 150_Objects stress test: Stop all objects from moving left
Public methodMoveLeftSelect
For 150_Objects stress test: Move all objects left
Public methodMoveRightDeselect
For 150_Objects stress test: Stop all objects from moving right
Public methodMoveRightSelect
For 150_Objects stress test: Move all objects right
Public methodMoveUpDeselect
For 150_Objects stress test: Stop all objects from moving up
Public methodMoveUpSelect
For 150_Objects stress test: Move all objects up
Public methodStopAllClients
Find a random object and use it to stop all other objects in the scene so you can examine their positions to see if they're still in sync
Top
Fields
  NameDescription
Public fieldm_Down
Down button for 150 objects stress test
Public fieldm_Left
Left button for 150 objects stress test
Public fieldStatic memberm_MoveDown
Public fieldStatic memberm_MoveLeft
Public fieldStatic memberm_MoveRight
Public fieldStatic memberm_MoveUp
Public fieldm_Right
Right button for 150 objects stress test
Public fieldm_Up
Up button for 150 objects stress test
Public fieldmDeleteButton
A handle to the Delete Random button
Public fieldmStopAll
A handle to the Stop button
Top
See Also