Property Scale
Scale
Gets or sets the size scaling factor of this Particle
Declaration
public float Scale { get; set; }
Property Value
Type | Description |
---|---|
System. |
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; |