Skip to content

Instantly share code, notes, and snippets.

@wmiller
Created February 3, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmiller/8779111 to your computer and use it in GitHub Desktop.
Save wmiller/8779111 to your computer and use it in GitHub Desktop.
XML Database Info Loading Example
// Get all tiles in the database that match the height
TileInfo[] tileInfos = Database.Instance.GetEntries<TileInfo>().Where((info) => info.Height == height).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment