Meteor-Unity
3
A C#-based SDK for connecting Unity to Meteor servers
|
▼NMeteor | |
CAccounts | Contains all the methods used to create and manage user accounts. |
CCollection | A Mongo collection corresponding to your |
CConnection | Manages your Meteor connection. |
CCursor | A handle to a query against your client-side document collections. |
CError | A Meteor error. |
CLoginResult | The results of a login call. |
CMethod | Methods are remote functions that Meteor clients can invoke. Use Method.Call to call a method by name with the specified arguments. Returns a Method object. You must call |
CMongoDocument | A base class for all the types you want to support as Mongo documents. |
CObserve | An observe handle. Returned by Meteor.Cursor.Find. |
CSubscription | A subscription handle. |