triggersParentCollision property

bool triggersParentCollision
getter/setter pair

Whether hitbox collisions with other hitboxes should trigger the "onCollision" functions for the hitbox's parent component.

Implementation

bool triggersParentCollision = true;