Game Framework
2021.05.31
|
成员的完整列表,这些成员属于 Utility.Converter,包括所有继承而来的类成员
GetBoolean(byte[] value) | Utility.Converter | static |
GetBoolean(byte[] value, int startIndex) | Utility.Converter | static |
GetBytes(bool value) | Utility.Converter | static |
GetBytes(bool value, byte[] buffer) | Utility.Converter | static |
GetBytes(bool value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(char value) | Utility.Converter | static |
GetBytes(char value, byte[] buffer) | Utility.Converter | static |
GetBytes(char value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(short value) | Utility.Converter | static |
GetBytes(short value, byte[] buffer) | Utility.Converter | static |
GetBytes(short value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(ushort value) | Utility.Converter | static |
GetBytes(ushort value, byte[] buffer) | Utility.Converter | static |
GetBytes(ushort value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(int value) | Utility.Converter | static |
GetBytes(int value, byte[] buffer) | Utility.Converter | static |
GetBytes(int value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(uint value) | Utility.Converter | static |
GetBytes(uint value, byte[] buffer) | Utility.Converter | static |
GetBytes(uint value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(long value) | Utility.Converter | static |
GetBytes(long value, byte[] buffer) | Utility.Converter | static |
GetBytes(long value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(ulong value) | Utility.Converter | static |
GetBytes(ulong value, byte[] buffer) | Utility.Converter | static |
GetBytes(ulong value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(float value) | Utility.Converter | static |
GetBytes(float value, byte[] buffer) | Utility.Converter | static |
GetBytes(float value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(double value) | Utility.Converter | static |
GetBytes(double value, byte[] buffer) | Utility.Converter | static |
GetBytes(double value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(string value) | Utility.Converter | static |
GetBytes(string value, byte[] buffer) | Utility.Converter | static |
GetBytes(string value, byte[] buffer, int startIndex) | Utility.Converter | static |
GetBytes(string value, Encoding encoding) | Utility.Converter | static |
GetBytes(string value, Encoding encoding, byte[] buffer) | Utility.Converter | static |
GetBytes(string value, Encoding encoding, byte[] buffer, int startIndex) | Utility.Converter | static |
GetCentimetersFromPixels(float pixels) | Utility.Converter | static |
GetChar(byte[] value) | Utility.Converter | static |
GetChar(byte[] value, int startIndex) | Utility.Converter | static |
GetDouble(byte[] value) | Utility.Converter | static |
GetDouble(byte[] value, int startIndex) | Utility.Converter | static |
GetInchesFromPixels(float pixels) | Utility.Converter | static |
GetInt16(byte[] value) | Utility.Converter | static |
GetInt16(byte[] value, int startIndex) | Utility.Converter | static |
GetInt32(byte[] value) | Utility.Converter | static |
GetInt32(byte[] value, int startIndex) | Utility.Converter | static |
GetInt64(byte[] value) | Utility.Converter | static |
GetInt64(byte[] value, int startIndex) | Utility.Converter | static |
GetPixelsFromCentimeters(float centimeters) | Utility.Converter | static |
GetPixelsFromInches(float inches) | Utility.Converter | static |
GetSingle(byte[] value) | Utility.Converter | static |
GetSingle(byte[] value, int startIndex) | Utility.Converter | static |
GetString(byte[] value) | Utility.Converter | static |
GetString(byte[] value, Encoding encoding) | Utility.Converter | static |
GetString(byte[] value, int startIndex, int length) | Utility.Converter | static |
GetString(byte[] value, int startIndex, int length, Encoding encoding) | Utility.Converter | static |
GetUInt16(byte[] value) | Utility.Converter | static |
GetUInt16(byte[] value, int startIndex) | Utility.Converter | static |
GetUInt32(byte[] value) | Utility.Converter | static |
GetUInt32(byte[] value, int startIndex) | Utility.Converter | static |
GetUInt64(byte[] value) | Utility.Converter | static |
GetUInt64(byte[] value, int startIndex) | Utility.Converter | static |
IsLittleEndian | Utility.Converter | static |
ScreenDpi | Utility.Converter | static |