Collider:getWorld
EditReturns the World the Collider is in.
world = Collider:getWorld()
Arguments
None
Returns
Name | Type | Description |
world | World | The World the Collider is in. |
Notes
Colliders can only be in one World at a time.
See also
World
Collider