namespace ML.SDK
Class | Sealed
MLCloudVariableSummaryRequest
namespace ML.SDK
{
sealed class MLCloudVariableSummaryRequest
}
Inherits from ML.SDK.MLRequest<CloudVariableSummary>
Summary
A yield-able class allows to wait for result of Cloud Variable Summary from server in coroutines.
Properties
Property | Desciption |
---|---|
keepWaiting | Indicates if coroutine should be kept suspended. Inherited from UnityEngine |