fix: change AbsoluteMode default value to true

mob-sakai 2023-08-14 16:11:05 +09:00
parent 924550b0fc
commit dc82e4074d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ namespace Coffee.UIExtensions
[SerializeField]
[Tooltip("The particles will be emitted at the ParticleSystem position.\nMove the UIParticle/ParticleSystem to move the particle.")]
private bool m_AbsoluteMode = false;
private bool m_AbsoluteMode = true;
private List<UIParticleRenderer> m_Renderers = new List<UIParticleRenderer>();