public void Enable()
 {
     if (!_splatId.HasValue)
     {
         _gpuInstancingGrassInstanceContainer.AddSplat(this);
     }
 }