Property Scale
Scale
Gets or sets the size scaling factor of this ParticleEffect.
Declaration
public float Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The scale, default = 1.0f; To Decrease the size use a value less than 1.0f; To Increase the size use a value greater than 1.0f; |