Class RecordingService.DeleteRecordingUnityWebRequest
Inheritance
System.Object
RecordingService.DeleteRecordingUnityWebRequest
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 DeleteRecordingUnityWebRequest
Constructors
DeleteRecordingUnityWebRequest(UnityWebRequest)
Declaration
public DeleteRecordingUnityWebRequest(UnityWebRequest req)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Networking.UnityWebRequest | req |
Fields
fallbackResponse
Declaration
public RuntimeError fallbackResponse
Field Value
Type | Description |
---|---|
RuntimeError |
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 |