Meteor-Unity  3
A C#-based SDK for connecting Unity to Meteor servers
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NMeteor
 CAccountsContains all the methods used to create and manage user accounts.
 CCollectionA Mongo collection corresponding to your
 CConnectionManages your Meteor connection.
 CCursorA handle to a query against your client-side document collections.
 CErrorA Meteor error.
 CLoginResultThe results of a login call.
 CMethodMethods 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
 CMongoDocumentA base class for all the types you want to support as Mongo documents.
 CObserveAn observe handle. Returned by Meteor.Cursor.Find.
 CSubscriptionA subscription handle.