B2.Fixture
From GiderosMobile
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
A fixture is used to attach a shape to a body for collision detection. A fixture inherits its
transform from its parent. Fixtures hold additional non-geometric data such as friction, collision filters, etc.
Fixtures are created via `b2.Body:createFixture`.
Methodsb2.Fixture:getBody - returns the parent body of this fixture |
EventsConstants |