C# Class ExperimentManager, lightitup

Inheritance: MonoBehaviour
Afficher le fichier Open project: brennon/lightitup Class Usage Examples

Méthodes publiques

Свойство Type Description
currentDevice Device,
currentImage int
currentLightIntensity double
currentLightTarget Vector3
currentTask Task,
currentTrial int
handedSelection int
handedness Handedness
hit UnityEngine.RaycastHit
lightIntensities float[]
lightTargets Vector3[]
subjectID int
tasksPerTrial int
totalTrials int
trialList int[]

Méthodes publiques

Méthode Description
AdvanceLevel ( ) : void
OnApplicationQuit ( ) : void
PrintTrials ( int trials ) : void
ResetInstance ( ) : void
Start ( ) : void

Private Methods

Méthode Description
CheckForKeyUps ( ) : void
CreateEmptySubjectData ( int count ) : SubjectData
OnLevelWasLoaded ( int newLevel ) : void
PersistTrialData ( ) : void
PersistTrialLightData ( int trial ) : void
PersistTrialLightIntensityData ( int trial, Light light ) : void
PersistTrialLightSpatialData ( int trial, GameObject light ) : void
PrintCurrentParameters ( ) : void
SetupLevel ( int newLevel ) : void
Update ( ) : void
UpdateDevice ( ) : void
UpdateImage ( ) : void
UpdateLightIntensity ( ) : void
UpdateLightTarget ( ) : void
UpdateReferenceVariables ( ) : void
UpdateTask ( ) : void
WriteTrialDataToFile ( string filename ) : void

Method Details

AdvanceLevel() public méthode

public AdvanceLevel ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

PrintTrials() public méthode

public PrintTrials ( int trials ) : void
trials int
Résultat void

ResetInstance() public static méthode

public static ResetInstance ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

currentDevice public_oe property

public Device, currentDevice
Résultat Device,

currentImage public_oe property

public int currentImage
Résultat int

currentLightIntensity public_oe property

public double currentLightIntensity
Résultat double

currentLightTarget public_oe property

public Vector3 currentLightTarget
Résultat Vector3

currentTask public_oe property

public Task, currentTask
Résultat Task,

currentTrial public_oe property

public int currentTrial
Résultat int

handedSelection public_oe property

public int handedSelection
Résultat int

handedness public_oe property

public Handedness handedness
Résultat Handedness

hit public_oe property

public RaycastHit,UnityEngine hit
Résultat UnityEngine.RaycastHit

lightIntensities public_oe property

public float[] lightIntensities
Résultat float[]

lightTargets public_oe property

public Vector3[] lightTargets
Résultat Vector3[]

subjectID public_oe property

public int subjectID
Résultat int

tasksPerTrial public_oe property

public int tasksPerTrial
Résultat int

totalTrials public_oe property

public int totalTrials
Résultat int

trialList public_oe property

public int[] trialList
Résultat int[]