Search Results for

    Show / Hide Table of Contents

    Class RESTApiUnityObjectUtils

    Inheritance
    object
    RESTApiUnityObjectUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public static class RESTApiUnityObjectUtils

    Methods

    | Edit this page View Source

    GetAudioClipPayload(RESTResponse)

    Declaration
    public static AudioClipAsset GetAudioClipPayload(this RESTResponse response)
    Parameters
    Type Name Description
    RESTResponse response
    Returns
    Type Description
    AudioClipAsset
    | Edit this page View Source

    GetTexture2DPayload(RESTResponse)

    Declaration
    public static Texture2DAsset GetTexture2DPayload(this RESTResponse response)
    Parameters
    Type Name Description
    RESTResponse response
    Returns
    Type Description
    Texture2DAsset
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation