Search Results for

    Show / Hide Table of Contents

    Class GoogleTypes

    Types only used by Google API.
    This shit is here instead of the Google assembly because this is used by GENTask and the UnityEditor Generator Windows.

    Inheritance
    object
    GoogleTypes
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class GoogleTypes

    Methods

    | Edit this page View Source

    ToDimensions(AspectRatio)

    Declaration
    public static (int width, int height) ToDimensions(this GoogleTypes.AspectRatio ratio)
    Parameters
    Type Name Description
    GoogleTypes.AspectRatio ratio
    Returns
    Type Description
    (int width, int height)
    | Edit this page View Source

    ToFloat(AspectRatio)

    Declaration
    public static float ToFloat(this GoogleTypes.AspectRatio ratio)
    Parameters
    Type Name Description
    GoogleTypes.AspectRatio ratio
    Returns
    Type Description
    float
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation