Struct RecordedPlaybackAnalytics.RecordingExecution
Namespace: Unity.RecordedPlayback
Syntax
public struct RecordingExecution
Constructors
RecordingExecution(String, String, Boolean)
Declaration
public RecordingExecution(string recordingName, string sceneName, bool testPassed)
Parameters
Type | Name | Description |
---|---|---|
String | recordingName | |
String | sceneName | |
Boolean | testPassed |
Fields
recordingName
Declaration
public string recordingName
Field Value
Type | Description |
---|---|
String |
sceneName
Declaration
public string sceneName
Field Value
Type | Description |
---|---|
String |
testPassed
Declaration
public bool testPassed
Field Value
Type | Description |
---|---|
Boolean |