Difference between revisions of "R3d.Fixture:setCollideWithMaskBits"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Fixture<br/> === Description === Sets the categories this fixture can collide with. <source lang="lua"> r3d.F...")
(No difference)

Revision as of 07:30, 23 January 2020

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