• AsyncRequestTests
      • Methods
        • AsyncRequest_AllocatesAndReturnsToPool
        • AsyncRequest_JobSchedule_HappensOnMainThread
        • AsyncRequest_StartingRequestNTimesProducesNResults
    • ChunkedLoggerTests
      • Methods
        • ChunkedLogger_ShouldFlushToFileSystem_AtSpecifiedChunkSize
        • ChunkedLogger_ShouldFlushToFileSystem_AtSpecifiedChunkTimeout
    • ChunkedStreamTests
      • Methods
        • ChunkedStream_AppendsBytesToBuffer_FlushesToFileSystem
    • ConfigurationTests
      • Methods
        • BucketName_And_StoragePath_Returns_AsExpected
    • FormatTests
      • Methods
        • FormatFloatsProducesExpectedOutput
  • Unity.Simulation
    • ArrayCast
      • Methods
        • ToByte
        • ToColor
        • ToColor32
        • ToFloat
        • ToInt
        • ToShort
        • ToVector2
        • ToVector3
        • ToVector4
    • ArrayUtilities
      • Methods
        • Allocate
        • Cast
        • Count
    • AsyncRequest
      • Fields
        • _state
      • Properties
        • completed
        • defaultExecutionContext
        • error
        • maxJobSystemParallelism
        • started
      • Methods
        • AllResultsAreCompleted
        • AnyResultHasError
        • Reset
    • AsyncRequest.ExecutionContext
    • AsyncRequest.Result
    • AsyncRequest.State
    • AsyncRequest<T>
      • Constructors
        • AsyncRequest
      • Properties
        • data
        • results
      • Methods
        • AllResultsAreCompleted
        • AnyResultHasError
        • Dispose
        • DontCare
        • Enqueue
        • Execute
        • Reset
        • Start
        • ~AsyncRequest
      • Operators
        • operator +
    • BaseDataConsumer<T>
      • Constructors
        • BaseDataConsumer
      • Fields
        • _keysToRemove
        • _uploadIsArtifact
        • _uploadQueue
        • _uploadsInFlight
        • kMaxSimultaneousUploads
        • kMaxUploadRetryAttempts
        • kUseConsoleLog
      • Methods
        • Consume
        • ConsumptionStillInProgress
        • LocalPathToObjectPath
        • Upload
        • UploadAsync
        • _ServiceName
    • BaseDataConsumer<T>.Uploadable
      • Constructors
        • Uploadable
      • Fields
        • attempts
        • path
        • source
        • startTime
        • task
      • Methods
        • Cleanup
    • ChunkedStream
      • Constructors
        • ChunkedStream
      • Fields
        • kDefaultBufferSize
        • kDefaultMaxSecondsElapsed
      • Properties
        • functor
      • Methods
        • Append
        • Dispose
        • Flush
    • ChunkedUnityLog
      • Fields
        • kDefaultBufferSize
        • kDefaultMaxSecondsElapsed
        • kMaxLogLineLength
      • Methods
        • Capture
        • CaptureToFile
        • EndCapture
        • SetLogStackTracing
    • Configuration
      • Fields
        • SimulationConfig
      • Properties
        • Instance
      • Methods
        • GetAppParams
        • GetAttemptId
        • GetInstanceId
        • GetStorageBasePath
        • GetStorageBasePathOther
        • GetStoragePath
        • GetStoragePathOther
        • IsSimulationRunningInCloud
    • Configuration.SimulationConfiguration
      • Fields
        • app_param_id
        • app_param_uri
        • bearer_token
        • chunk_size_bytes
        • chunk_timeout_ms
        • current_attempt
        • definition_id
        • execution_id
        • heartbeat_timeout_sec
        • instance_id
        • signlynx_host
        • signlynx_port
        • storage_uri_prefix
        • time_logging_timeout_sec
      • Properties
        • bucketName
        • storagePath
        • storagePathOther
      • Methods
        • GetConfig
    • ContentType
      • Fields
        • kDefaultContentType
      • Methods
        • ForPath
    • ContinuousEvents
      • Methods
        • AddEvent
        • Create
        • DefaultDispatchDelegate
        • RemoveEvent
    • ContinuousEvents.Event
      • Constructors
        • Event
      • Properties
        • collector
        • dispatchDelegate
        • max
        • mean
        • min
        • name
        • variance
    • ContinuousEvents.EventCollectionDelegate
    • ContinuousEvents.EventDispatchDelegate
    • DXChunkedStream
    • DXChunkedUnityLog
    • DXFile
    • DXFormat
    • DXManager
    • DXTimeLogger
    • DataCapturePaths
      • Fields
        • Chunks
        • Logs
        • ScreenCapture
    • ExecUtility
      • Methods
        • Execute
    • ExitPlaymode
    • FileProducer
      • Methods
        • Write
    • Format
      • Methods
        • Floats
    • FrameLimit
      • Fields
        • FrameLimitCount
    • IDataProduced
      • Methods
        • Consume
        • ConsumptionStillInProgress
        • Initialize
    • LambdaJob
      • Constructors
        • LambdaJob
      • Methods
        • Execute
    • LambdaJob.DelegateType
    • Log
      • Properties
        • level
      • Methods
        • E
        • F
        • I
        • V
        • W
        • Write
    • Log.Level
    • Manager
      • Fields
        • ShutdownNotification
        • StartNotification
        • Tick
      • Properties
        • FinalUploadsDone
        • Instance
        • ProfilerEnabled
        • ProfilerPath
        • SimulationElapsedTime
        • SimulationElapsedTimeUnscaled
        • WallElapsedTime
        • requestPoolCount
      • Methods
        • ConsumerFileProduced
        • CreateRequest
        • GetDirectoryFor
        • QueueEndOfFrameItem
        • QueueForMainThread
        • RecycleRequest
        • RegisterDataConsumer
        • Shutdown
        • UnregisterDataConsumer
        • UploadTracesFromPreviousRun
    • Manager.NotificationDelegate
    • Manager.TickDelegate
    • ProfilerManager
      • Methods
        • EnableProfiling
    • SequencedPathName
      • Constructors
        • SequencedPathName
      • Methods
        • GetPath
    • SignedURLDataConsumer
      • Methods
        • Initialize
        • LocalPathToObjectPath
        • Upload
        • UploadAsync
    • TestUtility
      • Methods
        • IsAutomatedTestRun
    • ThreadUtility
      • Methods
        • IsMainThread
    • TimeLimit
      • Fields
        • TimeLimitInSeconds
        • kMaximumTimeLimitInSeconds
    • TimeLogger
      • Properties
        • logFrameTiming
        • logSimulationTime
        • logUnscaledSimulationTime
        • logWallTime
        • loggingIntervalSeconds