PhysicsMaterial.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
getFriction
GodotMethod!(double) getFriction;
Undocumented in source.
isAbsorbent
GodotMethod!(bool) isAbsorbent;
Undocumented in source.
isRough
GodotMethod!(bool) isRough;
Undocumented in source.
setAbsorbent
GodotMethod!(void, bool) setAbsorbent;
Undocumented in source.
setBounce
GodotMethod!(void, double) setBounce;
Undocumented in source.
setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
setRough
GodotMethod!(void, bool) setRough;
Undocumented in source.

Meta