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