Meteor-Unity
3
A C#-based SDK for connecting Unity to Meteor servers
|
Namespaces |
Classes | |
class | Accounts |
Contains all the methods used to create and manage user accounts. More... | |
class | Collection |
A Mongo collection corresponding to your More... | |
class | Connection |
Manages your Meteor connection. More... | |
class | Cursor |
A handle to a query against your client-side document collections. More... | |
class | Error |
A Meteor error. More... | |
class | LoginResult |
The results of a login call. More... | |
class | Method |
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 More... | |
class | MongoDocument |
A base class for all the types you want to support as Mongo documents. More... | |
class | Observe |
An observe handle. Returned by Meteor.Cursor.Find. More... | |
class | Subscription |
A subscription handle. More... | |