change: change default scale 10 to 1

pull/197/head
mob-sakai 2021-09-21 17:15:15 +09:00
parent 5d31c8dd8b
commit 685daa11f5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Coffee.UIExtensions
[HideInInspector] [SerializeField] internal bool m_IsTrail = false;
[Tooltip("Particle effect scale")] [SerializeField]
private Vector3 m_Scale3D = new Vector3(10, 10, 10);
private Vector3 m_Scale3D = new Vector3(1, 1, 1);
[Tooltip("Animatable material properties. If you want to change the material properties of the ParticleSystem in Animation, enable it.")] [SerializeField]
internal AnimatableProperty[] m_AnimatableProperties = new AnimatableProperty[0];