docs.unity3d.com
    Show / Hide Table of Contents

    Class TestSetLoader

    Test set loader

    Inheritance
    Object
    TestSetLoader
    Namespace: Unity.Barracuda
    Syntax
    public class TestSetLoader : object

    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
    Single[]

    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

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023