|
Meteor-Unity
3
A C#-based SDK for connecting Unity to Meteor servers
|
| CMeteor.Accounts | Contains all the methods used to create and manage user accounts. |
| CMeteor.Connection | Manages your Meteor connection. |
| CMeteor.Cursor< TRecordType > | A handle to a query against your client-side document collections. |
| CMeteor.Error | A 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.LoginResult | The results of a login call. |
| ▼CMeteor.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 |
| 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.MongoDocument | A base class for all the types you want to support as Mongo documents. |
| CMeteor.Subscription | A subscription handle. |
1.8.11