feat: LeanEngine

oneRain 2021-04-21 18:09:36 +08:00 committed by GitHub
parent b1c9aa1270
commit dee0901a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ LeanCloud C# SDK基于 .Net Standard 2.0 标准开发,包括服务如下:
- 排行榜
- 即时通讯
- Live Query
- 云引擎
参考:[Unity Demo](https://github.com/leancloud/CSharp-SDK-Unity-Demo)
@ -280,6 +281,10 @@ userLiveQuery.OnLogin = (user) => {
};
```
## 云引擎
[脚手架工程](https://github.com/leancloud/dotnet-core-getting-started)
## 文档
[API 文档](https://leancloud.github.io/csharp-sdk/html/index.html)