Skip to content

Instantly share code, notes, and snippets.

@mckinnsb
Last active February 14, 2018 19:53
Show Gist options
  • Save mckinnsb/9b4360de06fd3f2d9986f6de0facc945 to your computer and use it in GitHub Desktop.
Save mckinnsb/9b4360de06fd3f2d9986f6de0facc945 to your computer and use it in GitHub Desktop.
public Bounds GetBounds (IEnumerable<GameObject> ignoreObjs) {
//...
foreach(GameObject obj in ignoreObjs) {
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment