Meteor-Unity  3
A C#-based SDK for connecting Unity to Meteor servers
Meteor.Cursor< TRecordType > Member List

This is the complete list of members for Meteor.Cursor< TRecordType >, including all inherited members.

collectionMeteor.Cursor< TRecordType >
Fetch()Meteor.Cursor< TRecordType >inline
idsMeteor.Cursor< TRecordType >
Observe(Action< string, TRecordType > added=null, Action< string, TRecordType, IDictionary, string[]> changed=null, Action< string > removed=null)Meteor.Cursor< TRecordType >inline
selectorMeteor.Cursor< TRecordType >