C# Class BenchmarkTest, ThreeDWorld

Inheritance: MonoBehaviour
Mostrar archivo Open project: dicarlolab/ThreeDWorld Class Usage Examples

Public Properties

Property Type Description
identifier string

Protected Properties

Property Type Description
framerates ].float[
intermediateFrameRates float[]
intermediateSnapshotCount int
intermediateSnapshots int
iterationCount int
iterationDuration float
iterationStartTime float
lastFrameRecordingTime float
maxIterations int
numDataPoints int
snapshots int

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
calculateDuration ( ) : float
getSavePath ( ) : string
newIteration ( ) : void
resetWorld ( ) : void

Protected Methods

Method Description
writeData ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

calculateDuration() public abstract method

public abstract calculateDuration ( ) : float
return float

getSavePath() public abstract method

public abstract getSavePath ( ) : string
return string

newIteration() public abstract method

public abstract newIteration ( ) : void
return void

resetWorld() public abstract method

public abstract resetWorld ( ) : void
return void

writeData() protected method

protected writeData ( ) : void
return void

Property Details

framerates protected_oe property

protected float[,] framerates
return ].float[

identifier public_oe property

public string identifier
return string

intermediateFrameRates protected_oe property

protected float[] intermediateFrameRates
return float[]

intermediateSnapshotCount protected_oe property

protected int intermediateSnapshotCount
return int

intermediateSnapshots protected_oe property

protected int intermediateSnapshots
return int

iterationCount protected_oe property

protected int iterationCount
return int

iterationDuration protected_oe property

protected float iterationDuration
return float

iterationStartTime protected_oe property

protected float iterationStartTime
return float

lastFrameRecordingTime protected_oe property

protected float lastFrameRecordingTime
return float

maxIterations protected_oe property

protected int maxIterations
return int

numDataPoints protected_oe property

protected int numDataPoints
return int

snapshots protected_oe property

protected int snapshots
return int