C# Class CSG.TestManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: mkkellogg/CSG-BSP

Méthodes publiques

Свойство Type Description
Arrow UnityEngine.GameObject
BetweenTestsPosition UnityEngine.Transform
ClickToContinueText UnityEngine.GameObject
CurrentTestText UnityEngine.GameObject
MainCamera UnityEngine.GameObject
MinimumTimeBetweenTests float
NextTestText UnityEngine.GameObject
Tests UnityEngine.GameObject[]

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
RunAllTests ( ) : IEnumerator
RunTest ( int index, bool enableClickToContinue = true ) : CSG.BaseTest
SwitchToInBetweenTests ( int testNumber ) : void
SwitchToTestResultMode ( CSG.BaseTest bt, int testIndex ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Arrow public_oe property

public GameObject,UnityEngine Arrow
Résultat UnityEngine.GameObject

BetweenTestsPosition public_oe property

public Transform,UnityEngine BetweenTestsPosition
Résultat UnityEngine.Transform

ClickToContinueText public_oe property

public GameObject,UnityEngine ClickToContinueText
Résultat UnityEngine.GameObject

CurrentTestText public_oe property

public GameObject,UnityEngine CurrentTestText
Résultat UnityEngine.GameObject

MainCamera public_oe property

public GameObject,UnityEngine MainCamera
Résultat UnityEngine.GameObject

MinimumTimeBetweenTests public_oe property

public float MinimumTimeBetweenTests
Résultat float

NextTestText public_oe property

public GameObject,UnityEngine NextTestText
Résultat UnityEngine.GameObject

Tests public_oe property

public GameObject[],UnityEngine Tests
Résultat UnityEngine.GameObject[]