GrassGenerationSettings.cs 181 B

12345678
  1. namespace MTE
  2. {
  3. public struct GrassGenerationSettings
  4. {
  5. public bool UseStaticBatch { get; set; }
  6. public bool HideGrassObjectInEditor { get; set; }
  7. }
  8. }