Click or drag to resize
Particle Properties

The Particle type exposes the following members.

Properties
  NameDescription
Public propertyCollisionCount
Returns the number of collisions involving this particle with vertical walls, horizontal walls, or other particles. This is equal to the number of calls to BounceOff(Particle), BounceOffVerticalWall, and BounceOffHorizontalWall
Public propertyMass
The particle's mass
Public propertyRadius
The particle's radius
Public propertyVx
Velocity along x-coordinate
Public propertyVy
Velocity along y-coordinate
Public propertyX
The X coordinate from the left
Public propertyY
The Y coordinate from the top
Top
See Also