StaticBody.GDNativeClassBinding

Undocumented in source.

Members

Static variables

_reloadPhysicsCharacteristics
GodotMethod!(void) _reloadPhysicsCharacteristics;
Undocumented in source.
getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
getConstantAngularVelocity
GodotMethod!(Vector3) getConstantAngularVelocity;
Undocumented in source.
getConstantLinearVelocity
GodotMethod!(Vector3) 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, Vector3) setConstantAngularVelocity;
Undocumented in source.
setConstantLinearVelocity
GodotMethod!(void, Vector3) setConstantLinearVelocity;
Undocumented in source.
setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
setPhysicsMaterialOverride
GodotMethod!(void, PhysicsMaterial) setPhysicsMaterialOverride;
Undocumented in source.

Meta