- _drawSoftMesh
GodotMethod!(void) _drawSoftMesh;
Undocumented in source.
- addCollisionExceptionWith
GodotMethod!(void, GodotObject) addCollisionExceptionWith;
Undocumented in source.
- getAreaangularStiffness
GodotMethod!(double) getAreaangularStiffness;
Undocumented in source.
- getCollisionExceptions
GodotMethod!(Array) getCollisionExceptions;
Undocumented in source.
- getCollisionLayer
GodotMethod!(long) getCollisionLayer;
Undocumented in source.
- getCollisionLayerBit
GodotMethod!(bool, long) getCollisionLayerBit;
Undocumented in source.
- getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
- getCollisionMaskBit
GodotMethod!(bool, long) getCollisionMaskBit;
Undocumented in source.
- getDampingCoefficient
GodotMethod!(double) getDampingCoefficient;
Undocumented in source.
- getDragCoefficient
GodotMethod!(double) getDragCoefficient;
Undocumented in source.
- getLinearStiffness
GodotMethod!(double) getLinearStiffness;
Undocumented in source.
- getParentCollisionIgnore
GodotMethod!(NodePath) getParentCollisionIgnore;
Undocumented in source.
- getPoseMatchingCoefficient
GodotMethod!(double) getPoseMatchingCoefficient;
Undocumented in source.
- getPressureCoefficient
GodotMethod!(double) getPressureCoefficient;
Undocumented in source.
- getSimulationPrecision
GodotMethod!(long) getSimulationPrecision;
Undocumented in source.
- getTotalMass
GodotMethod!(double) getTotalMass;
Undocumented in source.
- getVolumeStiffness
GodotMethod!(double) getVolumeStiffness;
Undocumented in source.
- isRayPickable
GodotMethod!(bool) isRayPickable;
Undocumented in source.
- removeCollisionExceptionWith
GodotMethod!(void, GodotObject) removeCollisionExceptionWith;
Undocumented in source.
- setAreaangularStiffness
GodotMethod!(void, double) setAreaangularStiffness;
Undocumented in source.
- setCollisionLayer
GodotMethod!(void, long) setCollisionLayer;
Undocumented in source.
- setCollisionLayerBit
GodotMethod!(void, long, bool) setCollisionLayerBit;
Undocumented in source.
- setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
- setCollisionMaskBit
GodotMethod!(void, long, bool) setCollisionMaskBit;
Undocumented in source.
- setDampingCoefficient
GodotMethod!(void, double) setDampingCoefficient;
Undocumented in source.
- setDragCoefficient
GodotMethod!(void, double) setDragCoefficient;
Undocumented in source.
- setLinearStiffness
GodotMethod!(void, double) setLinearStiffness;
Undocumented in source.
- setParentCollisionIgnore
GodotMethod!(void, NodePath) setParentCollisionIgnore;
Undocumented in source.
- setPoseMatchingCoefficient
GodotMethod!(void, double) setPoseMatchingCoefficient;
Undocumented in source.
- setPressureCoefficient
GodotMethod!(void, double) setPressureCoefficient;
Undocumented in source.
- setRayPickable
GodotMethod!(void, bool) setRayPickable;
Undocumented in source.
- setSimulationPrecision
GodotMethod!(void, long) setSimulationPrecision;
Undocumented in source.
- setTotalMass
GodotMethod!(void, double) setTotalMass;
Undocumented in source.
- setVolumeStiffness
GodotMethod!(void, double) setVolumeStiffness;
Undocumented in source.