NIM Unity SDK
V2.4.2
|
类 | |
class | DateTimeConvert |
DateTimeConvert 更多... | |
class | DelegateConverter |
转换 CLR Delegate 和 Native function pointer | |
class | IntPtrExtensions |
IntPtr 的一些辅助操作,解决.NET framework 4.0以下不支持IntPtr add等操作 | |
class | Log |
class | SdkCommonSetting |
class | SdkPrivateServerSetting |
class | NimConfig |
interface | IJsonObject |
class | NimJsonObject |
class | Utf8StringMarshaler |
Marshal unicode string param to utf-8 string,usage:[MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringMarshaler))] 更多... | |
class | Utilities |
class | DelegateBaton |
枚举 | |
enum class | LogLevel { Verbose , Info , Error } |
enum class | SdkLogLevel { Fatal = 1 , Error = 2 , Warn = 3 , App = 5 , Pro = 6 } |
SDK log级别,级别越高,log越详细 更多... | |
函数 | |
delegate void | OnLogCallback (string log) |
|
strong |