ShapeBody

Undocumented in source.

Members

Functions

setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

move_speed
enum move_speed;

movement speed

turn_speed
enum turn_speed;

turn speed

Inherited Members

From KinBody2D

__anonymous
mixin Reflect
Undocumented in source.
mass
float mass;
Undocumented in source.
velocity
Vector2 velocity;
Undocumented in source.
max_velocity
Vector2 max_velocity;
Undocumented in source.
accel
Vector2 accel;
Undocumented in source.
drag
Vector2 drag;
Undocumented in source.
max_angular
float max_angular;
Undocumented in source.
angular_velocity
float angular_velocity;
Undocumented in source.
angular_accel
float angular_accel;
Undocumented in source.
angular_drag
float angular_drag;
Undocumented in source.
pos
Vector2 pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
Vector2 pos [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
angle
float angle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
angle
float angle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
stdAngle
float stdAngle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
stdAngle
float stdAngle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
momentum
Vector2 momentum [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
apply_motion
void apply_motion(Vector2 pos_delta)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta