Skip to content
reduz edited this page Nov 14, 2014 · 12 revisions

RigidBody

####Inherits: PhysicsBody ####Category: Core

Brief Description

Member Functions

Signals

  • body_enter ( Object body )
  • body_enter_shape ( int body_id, Object body, int body_shape, int local_shape )
  • body_exit ( Object body )
  • body_exit_shape ( int body_id, Object body, int body_shape, int local_shape )

Numeric Constants

  • MODE_STATIC = 1
  • MODE_KINEMATIC = 3
  • MODE_RIGID = 0
  • MODE_CHARACTER = 2

Member Function Description

Clone this wiki locally