R3d.Fixture:setCollideWithMaskBits

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2019.10
Class: R3d.Fixture

Description

Sets the categories this fixture can collide with.

r3d.Fixture:setCollideWithMaskBits(bits)

Parameters

bits: (number) the sum of all the fixtures category bits this fixture can collide with

Example