Show / Hide Table of Contents

Class RecordingService.GetRecordingUnityWebRequest

Inheritance
System.Object
RecordingService.GetRecordingUnityWebRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.API
Assembly: Recolude.API.dll
Syntax
public class GetRecordingUnityWebRequest

Constructors

GetRecordingUnityWebRequest(UnityWebRequest)

Declaration
public GetRecordingUnityWebRequest(UnityWebRequest req)
Parameters
Type Name Description
UnityEngine.Networking.UnityWebRequest req

Fields

fallbackResponse

Declaration
public RuntimeError fallbackResponse
Field Value
Type Description
RuntimeError

success

Declaration
public V1RecordingResponse success
Field Value
Type Description
V1RecordingResponse

Properties

UnderlyingRequest

Declaration
public UnityWebRequest UnderlyingRequest { get; }
Property Value
Type Description
UnityEngine.Networking.UnityWebRequest

Methods

Interpret(UnityWebRequest)

Declaration
public void Interpret(UnityWebRequest req)
Parameters
Type Name Description
UnityEngine.Networking.UnityWebRequest req

Run()

Declaration
public IEnumerator Run()
Returns
Type Description
System.Collections.IEnumerator
Back to top Generated by DocFX