docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TestSetLoader

    Test set loader

    Inheritance
    object
    TestSetLoader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Barracuda
    Assembly: Unity.Barracuda.dll
    Syntax
    public class TestSetLoader

    Methods

    Load(string)

    Load test set from file

    Declaration
    public static TestSet Load(string filename)
    Parameters
    Type Name Description
    string filename

    file name

    Returns
    Type Description
    TestSet

    TestSet

    LoadFloatArray(BinaryReader)

    Load float array

    Declaration
    public static float[] LoadFloatArray(BinaryReader file)
    Parameters
    Type Name Description
    BinaryReader file

    binary file reader

    Returns
    Type Description
    float[]

    float array

    LoadGZ(string)

    Load GZ

    Declaration
    public static TestSet LoadGZ(string filename)
    Parameters
    Type Name Description
    string filename

    file name

    Returns
    Type Description
    TestSet

    TestSet

    LoadImage(string)

    Load image

    Declaration
    public static Texture LoadImage(string filename)
    Parameters
    Type Name Description
    string filename

    file name

    Returns
    Type Description
    Texture

    Texture

    LoadJSON(string)

    Load JSON

    Declaration
    public static TestSet LoadJSON(string filename)
    Parameters
    Type Name Description
    string filename

    file name

    Returns
    Type Description
    TestSet

    TestSet

    LoadRaw(string)

    Load raw test set

    Declaration
    public static TestSet LoadRaw(string filename)
    Parameters
    Type Name Description
    string filename

    file name

    Returns
    Type Description
    TestSet

    TestSet

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)