Struct FixedString | Collections | 0.9.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Struct FixedString

    Namespace: Unity.Collections
    Syntax
    public struct FixedString

    Methods

    Format(FixedString128, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameter a.

    Format(FixedString128, Int32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, int b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Int32 b

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Int32, Int32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, int, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, int b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Int32 b

    A parameter of type int

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, Int32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, int, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, int b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Int32 b

    A parameter of type int

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, Int32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, int, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, int b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Int32 b

    A parameter of type int

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, float b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Single b

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Int32, Single, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, float, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, float b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Single b

    A parameter of type float

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, Single, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, float, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, float b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Single b

    A parameter of type float

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, Single, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, float, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, float b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    Single b

    A parameter of type float

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, in FixedString32 b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    FixedString32 b

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Int32, FixedString32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, in FixedString32, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, in FixedString32 b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    FixedString32 b

    A parameter of type in FixedString32

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, FixedString32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, in FixedString32, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, in FixedString32 b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    FixedString32 b

    A parameter of type in FixedString32

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Int32, FixedString32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a int, in FixedString32, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, int a, in FixedString32 b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Int32 a

    A parameter of type int

    FixedString32 b

    A parameter of type in FixedString32

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameter a.

    Format(FixedString128, Single, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, int b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Int32 b

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Single, Int32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, int, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, int b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Int32 b

    A parameter of type int

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, Int32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, int, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, int b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Int32 b

    A parameter of type int

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, Int32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, int, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, int b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Int32 b

    A parameter of type int

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, float b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Single b

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Single, Single, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, float, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, float b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Single b

    A parameter of type float

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, Single, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, float, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, float b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Single b

    A parameter of type float

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, Single, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, float, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, float b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    Single b

    A parameter of type float

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, in FixedString32 b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    FixedString32 b

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, Single, FixedString32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, in FixedString32, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, in FixedString32 b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    FixedString32 b

    A parameter of type in FixedString32

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, FixedString32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, in FixedString32, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, in FixedString32 b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    FixedString32 b

    A parameter of type in FixedString32

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, Single, FixedString32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a float, in FixedString32, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, float a, in FixedString32 b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    Single a

    A parameter of type float

    FixedString32 b

    A parameter of type in FixedString32

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameter a.

    Format(FixedString128, FixedString32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32 and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, int b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Int32 b

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, FixedString32, Int32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, int, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, int b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Int32 b

    A parameter of type int

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, Int32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, int, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, int b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Int32 b

    A parameter of type int

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, Int32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, int, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, int b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Int32 b

    A parameter of type int

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32 and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, float b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Single b

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, FixedString32, Single, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, float, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, float b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Single b

    A parameter of type float

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, Single, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, float, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, float b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Single b

    A parameter of type float

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, Single, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, float, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, float b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    Single b

    A parameter of type float

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32 and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, in FixedString32 b)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    FixedString32 b

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a and b.

    Format(FixedString128, FixedString32, FixedString32, Int32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, in FixedString32, and int argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, in FixedString32 b, int c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    FixedString32 b

    A parameter of type in FixedString32

    Int32 c

    A parameter of type int

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, FixedString32, Single)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, in FixedString32, and float argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, in FixedString32 b, float c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    FixedString32 b

    A parameter of type in FixedString32

    Single c

    A parameter of type float

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Format(FixedString128, FixedString32, FixedString32, FixedString32)

    Format a FixedString128 with the same interface you'd use to format a System.String. This variant takes a in FixedString32, in FixedString32, and in FixedString32 argument.

    Declaration
    public static FixedString128 Format(in FixedString128 format, in FixedString32 a, in FixedString32 b, in FixedString32 c)
    Parameters
    Type Name Description
    FixedString128 format

    A string, containing {} directives, in which parameters are inserted.

    FixedString32 a

    A parameter of type in FixedString32

    FixedString32 b

    A parameter of type in FixedString32

    FixedString32 c

    A parameter of type in FixedString32

    Returns
    Type Description
    FixedString128

    A string, where the {} directives are replaced by the parameters a, b, and c.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX