Click or drag to resize

StressTest_FightOverFiveObjectsGUIController Class

GUI Controller for StressTest_FightOverFiveObjects - Controls displaying object positions
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          StressTestingStressTest_FightOverFiveObjectsGUIController

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

The StressTest_FightOverFiveObjectsGUIController type exposes the following members.

Constructors
  NameDescription
Public methodStressTest_FightOverFiveObjectsGUIController
Initializes a new instance of the StressTest_FightOverFiveObjectsGUIController class
Top
Methods
Fields
  NameDescription
Public fieldCapsule
The 4th object in the scene
Public fieldChild
The 3rd object in the scene
Public fieldCube
The 5th object in the scene
Public fieldGrandparent
The 1st object in the scene
Public fieldObject1Pos
Text holding the 1st object's world position
Public fieldObject2Pos
Text holding the 2nd object's world position
Public fieldObject3Pos
Text holding the 3rd object's world position
Public fieldObject4Pos
Text holding the 4th object's world position
Public fieldObject5Pos
Text holding the 5th object's world position
Public fieldParent
The 2nd object in the scene
Top
See Also