Skip to content

Instantly share code, notes, and snippets.

@kaorun55
Created May 18, 2016 15:56
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 kaorun55/8d2a46e0c7713d9b74aff37550b939dd to your computer and use it in GitHub Desktop.
Save kaorun55/8d2a46e0c7713d9b74aff37550b939dd to your computer and use it in GitHub Desktop.
public bool IsMeshCreated
{
get{
return surfaces.Count != 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment