Scratch for Java

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

disableHitbox()