This commit is contained in:
mob-sakai
2024-06-27 11:38:28 +09:00
parent 2d9f247ef2
commit 59f00f3cc1
5 changed files with 174 additions and 146 deletions

View File

@@ -29,6 +29,7 @@ namespace Coffee.UIExtensions
private static readonly Vector3[] s_Corners = new Vector3[4];
private bool _delay;
private int _index;
private bool _isPrevStored;
private bool _isTrail;
private Bounds _lastBounds;
private Material _materialForRendering;
@@ -38,7 +39,6 @@ namespace Coffee.UIExtensions
private float _prevCanvasScale;
private Vector3 _prevPsPos;
private Vector3 _prevScale;
private bool _isPrevStored;
private Vector2Int _prevScreenSize;
private bool _preWarm;
private ParticleSystemRenderer _renderer;