3.0.0-preview.37

# [3.0.0-preview.37](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.36...v3.0.0-preview.37) (2020-10-01)

### Bug Fixes

* fix menus ([5fa12b5](5fa12b5338))
This commit is contained in:
semantic-release-bot
2020-10-01 07:15:57 +00:00
parent 4b4d70bdd1
commit 7bf1bae64a
6 changed files with 125 additions and 52 deletions

View File

@@ -6,7 +6,7 @@ using UnityEngine.Profiling;
namespace Coffee.UIExtensions
{
public static class UIParticleUpdater
internal static class UIParticleUpdater
{
static readonly List<UIParticle> s_ActiveParticles = new List<UIParticle>();
static MaterialPropertyBlock s_Mpb;