C# Class BenchmarkTest, ThreeDWorld

Inheritance: MonoBehaviour
Afficher le fichier Open project: dicarlolab/ThreeDWorld Class Usage Examples

Méthodes publiques

Свойство Type Description
identifier string

Protected Properties

Свойство Type Description
framerates ].float[
intermediateFrameRates float[]
intermediateSnapshotCount int
intermediateSnapshots int
iterationCount int
iterationDuration float
iterationStartTime float
lastFrameRecordingTime float
maxIterations int
numDataPoints int
snapshots int

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
calculateDuration ( ) : float
getSavePath ( ) : string
newIteration ( ) : void
resetWorld ( ) : void

Méthodes protégées

Méthode Description
writeData ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

calculateDuration() public abstract méthode

public abstract calculateDuration ( ) : float
Résultat float

getSavePath() public abstract méthode

public abstract getSavePath ( ) : string
Résultat string

newIteration() public abstract méthode

public abstract newIteration ( ) : void
Résultat void

resetWorld() public abstract méthode

public abstract resetWorld ( ) : void
Résultat void

writeData() protected méthode

protected writeData ( ) : void
Résultat void

Property Details

framerates protected_oe property

protected float[,] framerates
Résultat ].float[

identifier public_oe property

public string identifier
Résultat string

intermediateFrameRates protected_oe property

protected float[] intermediateFrameRates
Résultat float[]

intermediateSnapshotCount protected_oe property

protected int intermediateSnapshotCount
Résultat int

intermediateSnapshots protected_oe property

protected int intermediateSnapshots
Résultat int

iterationCount protected_oe property

protected int iterationCount
Résultat int

iterationDuration protected_oe property

protected float iterationDuration
Résultat float

iterationStartTime protected_oe property

protected float iterationStartTime
Résultat float

lastFrameRecordingTime protected_oe property

protected float lastFrameRecordingTime
Résultat float

maxIterations protected_oe property

protected int maxIterations
Résultat int

numDataPoints protected_oe property

protected int numDataPoints
Résultat int

snapshots protected_oe property

protected int snapshots
Résultat int