Meteor-Unity  3
A C#-based SDK for connecting Unity to Meteor servers
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CMeteor.AccountsContains all the methods used to create and manage user accounts.
 CMeteor.ConnectionManages your Meteor connection.
 CMeteor.Cursor< TRecordType >A handle to a query against your client-side document collections.
 CMeteor.ErrorA Meteor error.
 CICollection
 CMeteor.Internal.ICollection
 CMeteor.Collection< TRecordType >A Mongo collection corresponding to your
 CIDisposable
 CMeteor.Observe< TRecordType >An observe handle. Returned by Meteor.Cursor.Find.
 CKeyedCollection
 CMeteor.Collection< TRecordType >A Mongo collection corresponding to your
 CMeteor.LoginResultThe results of a login call.
 CMeteor.MethodMethods 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
 CMeteor.Method< TResponseType >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
 CMeteor.MongoDocumentA base class for all the types you want to support as Mongo documents.
 CMeteor.SubscriptionA subscription handle.