Click or drag to resize

StressTest_CreateDelete_Controller Class

Randomly creates, moves, and deletes objects, testing to see if participants will stay in sync
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          StressTestingStressTest_CreateDelete_Controller

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

The StressTest_CreateDelete_Controller type exposes the following members.

Constructors
  NameDescription
Public methodStressTest_CreateDelete_Controller
Initializes a new instance of the StressTest_CreateDelete_Controller class
Top
Methods
  NameDescription
Public methodStatic memberCanceledClaimRecovery
A claim recovery function for objects that get their claims canceled
Private methodDeleteObject
Delete a random ASL object
Private methodGetRandomVector
Get a random vector for spawning and moving objects
Private methodMoveObject
Move a random ASL object
Private methodSpawnObject
Spawn an object
Private methodUpdate
Top
Fields
See Also