refactor: using Coffee.Internal

This commit is contained in:
mob-sakai
2024-09-30 00:18:21 +09:00
parent 7069b396e4
commit c08f0d492f
7 changed files with 81 additions and 479 deletions

View File

@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Coffee.UIParticleExtensions;
using Coffee.UIParticleInternal;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.Serialization;
@@ -119,7 +119,6 @@ namespace Coffee.UIExtensions
private readonly List<UIParticleRenderer> _renderers = new List<UIParticleRenderer>();
private Camera _bakeCamera;
private Canvas _canvas;
private int _groupId;
private bool _isScaleStored;
private Vector3 _storedScale;