class MAGES::MeshDeformations::FloorCollisionDetector::ObservedParticleGroup¶
Overview¶
A group of particles to check for collision with floor. More…
class ObservedParticleGroup
{
public:
// properties
List ObservedParticles;
bool IsColliding;
UnityEvent OnCollisionEnter;
UnityEvent OnCollisionExit;
};
Detailed Documentation¶
A group of particles to check for collision with floor.
Properties¶
ListObservedParticles
Gets or sets the list of observed particles.
bool IsColliding
Gets a value indicating whether this group is colliding with the floor.
UnityEvent OnCollisionEnter
Gets or sets the event called when the observed particles collide with the floor.
UnityEvent OnCollisionExit
Gets or sets the event called when the object observed particles stop colliding with the floor.