#include <NvBlastTkEvent.h>
Public Types | |
| enum | { EVENT_TYPE = TkEvent::FractureEvent } |
Public Attributes | |
| uint32_t | bondsBroken |
| number of broken bonds (health exhausted) | |
| uint32_t | bondsDamaged |
| number of damaged bonds (health remains) | |
| NvBlastFractureBuffers | buffers |
| The fracture result of the modified TkActor. | |
| uint32_t | chunksBroken |
| number of broken chunks (health exhausted) including child chunks | |
| uint32_t | chunksDamaged |
| number of damaged chunks (health remains) including child chunks | |
| TkActorData | tkActorData |
| The data of TkActor that received the fracture command. | |
Fracture Events resulting from applying fracture to a TkActor.
number of broken bonds (health exhausted)
number of damaged bonds (health remains)
The fracture result of the modified TkActor.
number of broken chunks (health exhausted) including child chunks
number of damaged chunks (health remains) including child chunks
The data of TkActor that received the fracture command.