fix: change AbsoluteMode default value to true
parent
924550b0fc
commit
dc82e4074d
|
@ -57,7 +57,7 @@ namespace Coffee.UIExtensions
|
||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
[Tooltip("The particles will be emitted at the ParticleSystem position.\nMove the UIParticle/ParticleSystem to move the particle.")]
|
[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>();
|
private List<UIParticleRenderer> m_Renderers = new List<UIParticleRenderer>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue