btCollisionObject_setIgnoreCollisionCheck

A function defined in GMBullet.yy

btCollisionObject_setIgnoreCollisionCheck(collisionObject, otherObject, ignoreCollisionCheck)

Description

Sets whether collision checking should be ignored between two collision objects.

Arguments

Name Type Description
collisionObject Pointer A pointer to a btCollisionObject instance.
otherObject Pointer A pointer to another btCollisionObject instance to be checked for collision.
ignoreCollisionCheck Bool A boolean value indicating whether to ignore collision checking between the objects.

Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.