C# 클래스 BenchmarkTest, ThreeDWorld

상속: MonoBehaviour
파일 보기 프로젝트 열기: dicarlolab/ThreeDWorld 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
identifier string

보호된 프로퍼티들

프로퍼티 타입 설명
framerates ].float[
intermediateFrameRates float[]
intermediateSnapshotCount int
intermediateSnapshots int
iterationCount int
iterationDuration float
iterationStartTime float
lastFrameRecordingTime float
maxIterations int
numDataPoints int
snapshots int

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Start ( ) : void
calculateDuration ( ) : float
getSavePath ( ) : string
newIteration ( ) : void
resetWorld ( ) : void

보호된 메소드들

메소드 설명
writeData ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

calculateDuration() 공개 추상적인 메소드

public abstract calculateDuration ( ) : float
리턴 float

getSavePath() 공개 추상적인 메소드

public abstract getSavePath ( ) : string
리턴 string

newIteration() 공개 추상적인 메소드

public abstract newIteration ( ) : void
리턴 void

resetWorld() 공개 추상적인 메소드

public abstract resetWorld ( ) : void
리턴 void

writeData() 보호된 메소드

protected writeData ( ) : void
리턴 void

프로퍼티 상세

framerates 보호되어 있는 프로퍼티

protected float[,] framerates
리턴 ].float[

identifier 공개적으로 프로퍼티

public string identifier
리턴 string

intermediateFrameRates 보호되어 있는 프로퍼티

protected float[] intermediateFrameRates
리턴 float[]

intermediateSnapshotCount 보호되어 있는 프로퍼티

protected int intermediateSnapshotCount
리턴 int

intermediateSnapshots 보호되어 있는 프로퍼티

protected int intermediateSnapshots
리턴 int

iterationCount 보호되어 있는 프로퍼티

protected int iterationCount
리턴 int

iterationDuration 보호되어 있는 프로퍼티

protected float iterationDuration
리턴 float

iterationStartTime 보호되어 있는 프로퍼티

protected float iterationStartTime
리턴 float

lastFrameRecordingTime 보호되어 있는 프로퍼티

protected float lastFrameRecordingTime
리턴 float

maxIterations 보호되어 있는 프로퍼티

protected int maxIterations
리턴 int

numDataPoints 보호되어 있는 프로퍼티

protected int numDataPoints
리턴 int

snapshots 보호되어 있는 프로퍼티

protected int snapshots
리턴 int