Difference between revisions of "Body:wakeUp"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 +
Wakeup a sleeping body.
 +
 +
A sleeping body is much more efficient to simulate than when awake.
 +
 +
 +
A sleeping body will also wakeup if another body collides with it or if a joint or contact attached to it is destroyed.
  
 
== Function ==
 
== Function ==
Line 13: Line 19:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Wakeup a sleeping body.
 +
}}

Revision as of 16:17, 14 February 2010

Wakeup a sleeping body.

A sleeping body is much more efficient to simulate than when awake.


A sleeping body will also wakeup if another body collides with it or if a joint or contact attached to it is destroyed.

Function

Synopsis

Body:wakeUp( )

Arguments

None.

Returns

Nothing.

See Also