Method Point
Point(double, double)
Creates emitter bounds for a specific point.
public static SKConfettiEmitterBounds Point(double x, double y)
Parameters
Returns
- SKConfettiEmitterBounds
A new SKConfettiEmitterBounds for the specified point.
Point(Point)
Creates emitter bounds for a specific point.
public static SKConfettiEmitterBounds Point(Point point)
Parameters
pointPointThe emission point.
Returns
- SKConfettiEmitterBounds
A new SKConfettiEmitterBounds for the specified point.