DinoFracture 2.11.1
A Dynamic Fracture Library
Loading...
Searching...
No Matches

DinoFracture.TriggerExplosionOnCollision Class Reference

Triggers a fracture + explosion when this game object is collided with. More...

Inheritance diagram for DinoFracture.TriggerExplosionOnCollision:
[legend]
Collaboration diagram for DinoFracture.TriggerExplosionOnCollision:
[legend]

Public Attributes

FractureGeometry[] Explosives
 List of explosions to trigger.
 
- Public Attributes inherited from DinoFracture.ExplodeOnFracture
float Force
 The force behind the explosions.
 
float Radius
 The radius of the explosions.
 

Additional Inherited Members

- Protected Member Functions inherited from DinoFracture.ExplodeOnFracture
void OnFracture (OnFractureEventArgs args)
 Automatically called by FractureEngine when fracturing is complete.
 

Detailed Description

Triggers a fracture + explosion when this game object is collided with.

This script does not need to be applied on a fracturing game object.