Difference between revisions of "World (Русский)"

(Page created)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Объект, содержащий все тела и соединения.
 
Объект, содержащий все тела и соединения.
  
Создается с помощью [[love.physics.newWorld]].
+
== Конструкторы ==
 +
{{#ask: [[Category:Functions]] [[Constructs::World_(Русский)]] [[Concept:Current]]
 +
| headers=hide
 +
| default=None.
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 +
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 +
}}
  
 
== Функции ==
 
== Функции ==
 
{{#ask: [[Category:Functions]] [[parent::World]]
 
{{#ask: [[Category:Functions]] [[parent::World]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Смотрите также ==
 
== Смотрите также ==
 
* [[parent::love.physics_(Русский)]]
 
* [[parent::love.physics_(Русский)]]
* [[love.physics.newWorld]]
+
* [[love.physics.newWorld_(Русский)]]
 
[[Category:Types]]
 
[[Category:Types]]
 
{{#set:Description=Объект, содержащий все тела и соединения.
 
{{#set:Description=Объект, содержащий все тела и соединения.

Latest revision as of 16:22, 5 June 2013

Объект, содержащий все тела и соединения.

Конструкторы

love.physics.newWorld (Русский) Создает объект World.

Функции

World:destroy Destroys the world. Added since 0.8.0
World:getAllowSleeping Returns the sleep behaviour of the world. Added since 0.8.0 Removed in 0.9.0
World:getBodies Returns a table with all bodies. Added since 11.0
World:getBodyCount Returns the number of bodies in the world.
World:getBodyList Returns a table with all bodies. Added since 0.8.0
World:getCallbacks Returns functions for the callbacks during the world update.
World:getContactCount Returns the number of contacts in the world. Added since 0.8.0
World:getContactFilter Returns the function for collision filtering. Added since 0.8.0
World:getContactList Returns a table with all contacts. Added since 0.8.0
World:getContacts Returns a table with all Contacts. Added since 11.0
World:getGravity Get the gravity of the world.
World:getJointCount Returns the number of joints in the world.
World:getJointList Returns a table with all joints. Added since 0.8.0
World:getJoints Returns a table with all joints. Added since 11.0
World:getMeter Get the scale of the world. Removed in 0.8.0
World:getShapesInArea Gets a list of Shapes inside the specified area Added since 12.0
World:isAllowSleep Get the sleep behaviour of the world. Removed in 0.8.0
World:isDestroyed Gets whether the World is destroyed. Added since 0.9.2
World:isLocked Returns if the world is updating its state. Added since 0.8.0
World:isSleepingAllowed Gets the sleep behaviour of the world. Added since 0.9.0
World:queryBoundingBox Calls a function for each fixture inside the specified area. Added since 0.8.0
World:queryShapesInArea Calls a function for each Shape inside the specified area. Added since 12.0
World:rayCast Casts a ray and calls a function with the fixtures that intersect it. Added since 0.8.0
World:rayCastAny Casts a ray and returns an intersection point if the ray touched any Shape in the world. Added since 12.0
World:rayCastClosest Casts a ray and returns the intersection point of the closest Shape touched by the ray, if any. Added since 12.0
World:setAllowSleep Set the sleep behaviour of the world. Removed in 0.8.0
World:setAllowSleeping Sets the sleep behaviour of the world. Added since 0.8.0 Removed in 0.9.0
World:setCallbacks Sets functions to be called when shapes collide. Added since 0.8.0
World:setContactFilter Sets a function for collision filtering. Added since 0.8.0
World:setGravity Set the gravity of the world.
World:setMeter Set the scale of the world. Removed in 0.8.0
World:setSleepingAllowed Sets the sleep behaviour of the world. Added since 0.9.0
World:translateOrigin Translates the World's origin. Added since 0.9.0
World:update Update the state of the world.

Смотрите также

Другие языки