Struct SKConfettiPhysics
Defines the physical properties of a confetti particle, including size and mass.
[TypeConverter(typeof(SKConfettiPhysicsTypeConverter))]
public readonly struct SKConfettiPhysics
- Inherited Members
Constructors
- SKConfettiPhysics(double, double)
Initializes a new instance of the SKConfettiPhysics struct.
Properties
- Mass
Gets the mass of the particle.
- Size
Gets the size of the particle.