Sprite::disableHitbox()
Disables the hitbox for the sprite. Once the hitbox is disabled, the sprite will no longer detect collisions with other objects.
Syntax
Java
.disableHitbox()
Return
void
Disables the hitbox for the sprite. Once the hitbox is disabled, the sprite will no longer detect collisions with other objects.
.disableHitbox()
void