StaticBody2D._classBinding

Undocumented in source.

Members

Static variables

_reloadPhysicsCharacteristics
GodotMethod!(void) _reloadPhysicsCharacteristics;
Undocumented in source.
getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
getConstantAngularVelocity
GodotMethod!(double) getConstantAngularVelocity;
Undocumented in source.
getConstantLinearVelocity
GodotMethod!(Vector2) getConstantLinearVelocity;
Undocumented in source.
getFriction
GodotMethod!(double) getFriction;
Undocumented in source.
getPhysicsMaterialOverride
GodotMethod!(PhysicsMaterial) getPhysicsMaterialOverride;
Undocumented in source.
setBounce
GodotMethod!(void, double) setBounce;
Undocumented in source.
setConstantAngularVelocity
GodotMethod!(void, double) setConstantAngularVelocity;
Undocumented in source.
setConstantLinearVelocity
GodotMethod!(void, Vector2) setConstantLinearVelocity;
Undocumented in source.
setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
setPhysicsMaterialOverride
GodotMethod!(void, PhysicsMaterial) setPhysicsMaterialOverride;
Undocumented in source.

Meta