Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class BinaryReaderExtensions

    Inheritance
    object
    BinaryReaderExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    public static class BinaryReaderExtensions

    Methods

    ReadBool2(BinaryReader)

    Declaration
    public static bool2 ReadBool2(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    bool2

    ReadBool3(BinaryReader)

    Declaration
    public static bool3 ReadBool3(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    bool3

    ReadBool4(BinaryReader)

    Declaration
    public static bool4 ReadBool4(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    bool4

    ReadFloat2(BinaryReader)

    Declaration
    public static float2 ReadFloat2(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    float2

    ReadFloat3(BinaryReader)

    Declaration
    public static float3 ReadFloat3(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    float3

    ReadFloat4(BinaryReader)

    Declaration
    public static float4 ReadFloat4(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    float4

    ReadInt2(BinaryReader)

    Declaration
    public static int2 ReadInt2(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    int2

    ReadInt3(BinaryReader)

    Declaration
    public static int3 ReadInt3(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    int3

    ReadInt4(BinaryReader)

    Declaration
    public static int4 ReadInt4(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    int4

    ReadToNativeList(BinaryReader, NativeList<bool>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<bool> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<byte>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<byte> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<byte> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<decimal>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<decimal> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<decimal> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<double>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<double> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<double> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<short>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<short> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<short> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<int>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<int> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<int> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<long>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<long> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<long> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<float>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<float> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<float> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<ushort>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<ushort> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<ushort> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<uint>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<uint> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<ulong>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<ulong> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<ulong> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<bool2>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool2> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<bool2> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<bool3>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool3> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<bool3> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<bool4>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool4> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<bool4> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<float2>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<float2> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<float2> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<float3>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<float3> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<float3> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<float4>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<float4> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<float4> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<int2>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<int2> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<int2> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<int3>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<int3> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<int3> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<int4>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<int4> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<int4> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<uint2>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint2> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<uint2> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<uint3>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint3> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<uint3> list
    Returns
    Type Description
    bool

    ReadToNativeList(BinaryReader, NativeList<uint4>)

    Declaration
    public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint4> list)
    Parameters
    Type Name Description
    BinaryReader reader
    NativeList<uint4> list
    Returns
    Type Description
    bool

    ReadUInt2(BinaryReader)

    Declaration
    public static uint2 ReadUInt2(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    uint2

    ReadUInt3(BinaryReader)

    Declaration
    public static uint3 ReadUInt3(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    uint3

    ReadUInt4(BinaryReader)

    Declaration
    public static uint4 ReadUInt4(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    uint4
    In this article
    Back to top Generated by DocFX