PhysicalBone._classBinding

Undocumented in source.
struct PhysicalBone
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_directStateChanged
GodotMethod!(void, GodotObject) _directStateChanged;
Undocumented in source.
getBodyOffset
GodotMethod!(Transform) getBodyOffset;
Undocumented in source.
getBoneId
GodotMethod!(long) getBoneId;
Undocumented in source.
getBounce
GodotMethod!(double) getBounce;
Undocumented in source.
getFriction
GodotMethod!(double) getFriction;
Undocumented in source.
getGravityScale
GodotMethod!(double) getGravityScale;
Undocumented in source.
getJointOffset
GodotMethod!(Transform) getJointOffset;
Undocumented in source.
getJointType
GodotMethod!(PhysicalBone.JointType) getJointType;
Undocumented in source.
getMass
GodotMethod!(double) getMass;
Undocumented in source.
getSimulatePhysics
GodotMethod!(bool) getSimulatePhysics;
Undocumented in source.
getWeight
GodotMethod!(double) getWeight;
Undocumented in source.
isSimulatingPhysics
GodotMethod!(bool) isSimulatingPhysics;
Undocumented in source.
isStaticBody
GodotMethod!(bool) isStaticBody;
Undocumented in source.
setBodyOffset
GodotMethod!(void, Transform) setBodyOffset;
Undocumented in source.
setBounce
GodotMethod!(void, double) setBounce;
Undocumented in source.
setFriction
GodotMethod!(void, double) setFriction;
Undocumented in source.
setGravityScale
GodotMethod!(void, double) setGravityScale;
Undocumented in source.
setJointOffset
GodotMethod!(void, Transform) setJointOffset;
Undocumented in source.
setJointType
GodotMethod!(void, long) setJointType;
Undocumented in source.
setMass
GodotMethod!(void, double) setMass;
Undocumented in source.
setWeight
GodotMethod!(void, double) setWeight;
Undocumented in source.

Meta