Search found 1 match
- Sun Jan 05, 2025 4:54 pm
- Forum: Support and Development
- Topic: How to access information of the parent object of a Fixture
- Replies: 1
- Views: 163
How to access information of the parent object of a Fixture
So this in theory should be a relatively straight-forward thing, but I'm getting stuck quite hard here. If I have an object being initialized, that contains a physics body like so: local size = math.random(50) + 30 local x = math.random(maxWidth - 200) local y = math.random(maxHeight - 200) local bo...