PhysicsServerSingleton._classBinding

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

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
areaAddShape
GodotMethod!(void, RID, RID, Transform) areaAddShape;
Undocumented in source.
areaAttachObjectInstanceId
GodotMethod!(void, RID, long) areaAttachObjectInstanceId;
Undocumented in source.
areaClearShapes
GodotMethod!(void, RID) areaClearShapes;
Undocumented in source.
areaCreate
GodotMethod!(RID) areaCreate;
Undocumented in source.
areaGetObjectInstanceId
GodotMethod!(long, RID) areaGetObjectInstanceId;
Undocumented in source.
areaGetParam
GodotMethod!(Variant, RID, long) areaGetParam;
Undocumented in source.
areaGetShape
GodotMethod!(RID, RID, long) areaGetShape;
Undocumented in source.
areaGetShapeCount
GodotMethod!(long, RID) areaGetShapeCount;
Undocumented in source.
areaGetShapeTransform
GodotMethod!(Transform, RID, long) areaGetShapeTransform;
Undocumented in source.
areaGetSpace
GodotMethod!(RID, RID) areaGetSpace;
Undocumented in source.
areaGetSpaceOverrideMode
GodotMethod!(PhysicsServer.AreaSpaceOverrideMode, RID) areaGetSpaceOverrideMode;
Undocumented in source.
areaGetTransform
GodotMethod!(Transform, RID) areaGetTransform;
Undocumented in source.
areaIsRayPickable
GodotMethod!(bool, RID) areaIsRayPickable;
Undocumented in source.
areaRemoveShape
GodotMethod!(void, RID, long) areaRemoveShape;
Undocumented in source.
areaSetAreaMonitorCallback
GodotMethod!(void, RID, GodotObject, String) areaSetAreaMonitorCallback;
Undocumented in source.
areaSetCollisionLayer
GodotMethod!(void, RID, long) areaSetCollisionLayer;
Undocumented in source.
areaSetCollisionMask
GodotMethod!(void, RID, long) areaSetCollisionMask;
Undocumented in source.
areaSetMonitorCallback
GodotMethod!(void, RID, GodotObject, String) areaSetMonitorCallback;
Undocumented in source.
areaSetMonitorable
GodotMethod!(void, RID, bool) areaSetMonitorable;
Undocumented in source.
areaSetParam
GodotMethod!(void, RID, long, Variant) areaSetParam;
Undocumented in source.
areaSetRayPickable
GodotMethod!(void, RID, bool) areaSetRayPickable;
Undocumented in source.
areaSetShape
GodotMethod!(void, RID, long, RID) areaSetShape;
Undocumented in source.
areaSetShapeTransform
GodotMethod!(void, RID, long, Transform) areaSetShapeTransform;
Undocumented in source.
areaSetSpace
GodotMethod!(void, RID, RID) areaSetSpace;
Undocumented in source.
areaSetSpaceOverrideMode
GodotMethod!(void, RID, long) areaSetSpaceOverrideMode;
Undocumented in source.
areaSetTransform
GodotMethod!(void, RID, Transform) areaSetTransform;
Undocumented in source.
bodyAddCentralForce
GodotMethod!(void, RID, Vector3) bodyAddCentralForce;
Undocumented in source.
bodyAddCollisionException
GodotMethod!(void, RID, RID) bodyAddCollisionException;
Undocumented in source.
bodyAddForce
GodotMethod!(void, RID, Vector3, Vector3) bodyAddForce;
Undocumented in source.
bodyAddShape
GodotMethod!(void, RID, RID, Transform) bodyAddShape;
Undocumented in source.
bodyAddTorque
GodotMethod!(void, RID, Vector3) bodyAddTorque;
Undocumented in source.
bodyApplyCentralImpulse
GodotMethod!(void, RID, Vector3) bodyApplyCentralImpulse;
Undocumented in source.
bodyApplyImpulse
GodotMethod!(void, RID, Vector3, Vector3) bodyApplyImpulse;
Undocumented in source.
bodyApplyTorqueImpulse
GodotMethod!(void, RID, Vector3) bodyApplyTorqueImpulse;
Undocumented in source.
bodyAttachObjectInstanceId
GodotMethod!(void, RID, long) bodyAttachObjectInstanceId;
Undocumented in source.
bodyClearShapes
GodotMethod!(void, RID) bodyClearShapes;
Undocumented in source.
bodyCreate
GodotMethod!(RID, long, bool) bodyCreate;
Undocumented in source.
bodyGetCollisionLayer
GodotMethod!(long, RID) bodyGetCollisionLayer;
Undocumented in source.
bodyGetCollisionMask
GodotMethod!(long, RID) bodyGetCollisionMask;
Undocumented in source.
bodyGetDirectState
GodotMethod!(PhysicsDirectBodyState, RID) bodyGetDirectState;
Undocumented in source.
bodyGetKinematicSafeMargin
GodotMethod!(double, RID) bodyGetKinematicSafeMargin;
Undocumented in source.
bodyGetMaxContactsReported
GodotMethod!(long, RID) bodyGetMaxContactsReported;
Undocumented in source.
bodyGetMode
GodotMethod!(PhysicsServer.BodyMode, RID) bodyGetMode;
Undocumented in source.
bodyGetObjectInstanceId
GodotMethod!(long, RID) bodyGetObjectInstanceId;
Undocumented in source.
bodyGetParam
GodotMethod!(double, RID, long) bodyGetParam;
Undocumented in source.
bodyGetShape
GodotMethod!(RID, RID, long) bodyGetShape;
Undocumented in source.
bodyGetShapeCount
GodotMethod!(long, RID) bodyGetShapeCount;
Undocumented in source.
bodyGetShapeTransform
GodotMethod!(Transform, RID, long) bodyGetShapeTransform;
Undocumented in source.
bodyGetSpace
GodotMethod!(RID, RID) bodyGetSpace;
Undocumented in source.
bodyGetState
GodotMethod!(Variant, RID, long) bodyGetState;
Undocumented in source.
bodyIsAxisLocked
GodotMethod!(bool, RID, long) bodyIsAxisLocked;
Undocumented in source.
bodyIsContinuousCollisionDetectionEnabled
GodotMethod!(bool, RID) bodyIsContinuousCollisionDetectionEnabled;
Undocumented in source.
bodyIsOmittingForceIntegration
GodotMethod!(bool, RID) bodyIsOmittingForceIntegration;
Undocumented in source.
bodyIsRayPickable
GodotMethod!(bool, RID) bodyIsRayPickable;
Undocumented in source.
bodyRemoveCollisionException
GodotMethod!(void, RID, RID) bodyRemoveCollisionException;
Undocumented in source.
bodyRemoveShape
GodotMethod!(void, RID, long) bodyRemoveShape;
Undocumented in source.
bodySetAxisLock
GodotMethod!(void, RID, long, bool) bodySetAxisLock;
Undocumented in source.
bodySetAxisVelocity
GodotMethod!(void, RID, Vector3) bodySetAxisVelocity;
Undocumented in source.
bodySetCollisionLayer
GodotMethod!(void, RID, long) bodySetCollisionLayer;
Undocumented in source.
bodySetCollisionMask
GodotMethod!(void, RID, long) bodySetCollisionMask;
Undocumented in source.
bodySetEnableContinuousCollisionDetection
GodotMethod!(void, RID, bool) bodySetEnableContinuousCollisionDetection;
Undocumented in source.
bodySetForceIntegrationCallback
GodotMethod!(void, RID, GodotObject, String, Variant) bodySetForceIntegrationCallback;
Undocumented in source.
bodySetKinematicSafeMargin
GodotMethod!(void, RID, double) bodySetKinematicSafeMargin;
Undocumented in source.
bodySetMaxContactsReported
GodotMethod!(void, RID, long) bodySetMaxContactsReported;
Undocumented in source.
bodySetMode
GodotMethod!(void, RID, long) bodySetMode;
Undocumented in source.
bodySetOmitForceIntegration
GodotMethod!(void, RID, bool) bodySetOmitForceIntegration;
Undocumented in source.
bodySetParam
GodotMethod!(void, RID, long, double) bodySetParam;
Undocumented in source.
bodySetRayPickable
GodotMethod!(void, RID, bool) bodySetRayPickable;
Undocumented in source.
bodySetShape
GodotMethod!(void, RID, long, RID) bodySetShape;
Undocumented in source.
bodySetShapeTransform
GodotMethod!(void, RID, long, Transform) bodySetShapeTransform;
Undocumented in source.
bodySetSpace
GodotMethod!(void, RID, RID) bodySetSpace;
Undocumented in source.
bodySetState
GodotMethod!(void, RID, long, Variant) bodySetState;
Undocumented in source.
coneTwistJointGetParam
GodotMethod!(double, RID, long) coneTwistJointGetParam;
Undocumented in source.
coneTwistJointSetParam
GodotMethod!(void, RID, long, double) coneTwistJointSetParam;
Undocumented in source.
freeRid
GodotMethod!(void, RID) freeRid;
Undocumented in source.
generic6dofJointGetFlag
GodotMethod!(bool, RID, long, long) generic6dofJointGetFlag;
Undocumented in source.
generic6dofJointGetParam
GodotMethod!(double, RID, long, long) generic6dofJointGetParam;
Undocumented in source.
generic6dofJointSetFlag
GodotMethod!(void, RID, long, long, bool) generic6dofJointSetFlag;
Undocumented in source.
generic6dofJointSetParam
GodotMethod!(void, RID, long, long, double) generic6dofJointSetParam;
Undocumented in source.
getProcessInfo
GodotMethod!(long, long) getProcessInfo;
Undocumented in source.
hingeJointGetFlag
GodotMethod!(bool, RID, long) hingeJointGetFlag;
Undocumented in source.
hingeJointGetParam
GodotMethod!(double, RID, long) hingeJointGetParam;
Undocumented in source.
hingeJointSetFlag
GodotMethod!(void, RID, long, bool) hingeJointSetFlag;
Undocumented in source.
hingeJointSetParam
GodotMethod!(void, RID, long, double) hingeJointSetParam;
Undocumented in source.
jointCreateConeTwist
GodotMethod!(RID, RID, Transform, RID, Transform) jointCreateConeTwist;
Undocumented in source.
jointCreateGeneric6dof
GodotMethod!(RID, RID, Transform, RID, Transform) jointCreateGeneric6dof;
Undocumented in source.
jointCreateHinge
GodotMethod!(RID, RID, Transform, RID, Transform) jointCreateHinge;
Undocumented in source.
jointCreatePin
GodotMethod!(RID, RID, Vector3, RID, Vector3) jointCreatePin;
Undocumented in source.
jointCreateSlider
GodotMethod!(RID, RID, Transform, RID, Transform) jointCreateSlider;
Undocumented in source.
jointGetSolverPriority
GodotMethod!(long, RID) jointGetSolverPriority;
Undocumented in source.
jointGetType
GodotMethod!(PhysicsServer.JointType, RID) jointGetType;
Undocumented in source.
jointSetSolverPriority
GodotMethod!(void, RID, long) jointSetSolverPriority;
Undocumented in source.
pinJointGetLocalA
GodotMethod!(Vector3, RID) pinJointGetLocalA;
Undocumented in source.
pinJointGetLocalB
GodotMethod!(Vector3, RID) pinJointGetLocalB;
Undocumented in source.
pinJointGetParam
GodotMethod!(double, RID, long) pinJointGetParam;
Undocumented in source.
pinJointSetLocalA
GodotMethod!(void, RID, Vector3) pinJointSetLocalA;
Undocumented in source.
pinJointSetLocalB
GodotMethod!(void, RID, Vector3) pinJointSetLocalB;
Undocumented in source.
pinJointSetParam
GodotMethod!(void, RID, long, double) pinJointSetParam;
Undocumented in source.
setActive
GodotMethod!(void, bool) setActive;
Undocumented in source.
shapeCreate
GodotMethod!(RID, long) shapeCreate;
Undocumented in source.
shapeGetData
GodotMethod!(Variant, RID) shapeGetData;
Undocumented in source.
shapeGetType
GodotMethod!(PhysicsServer.ShapeType, RID) shapeGetType;
Undocumented in source.
shapeSetData
GodotMethod!(void, RID, Variant) shapeSetData;
Undocumented in source.
sliderJointGetParam
GodotMethod!(double, RID, long) sliderJointGetParam;
Undocumented in source.
sliderJointSetParam
GodotMethod!(void, RID, long, double) sliderJointSetParam;
Undocumented in source.
spaceCreate
GodotMethod!(RID) spaceCreate;
Undocumented in source.
spaceGetDirectState
GodotMethod!(PhysicsDirectSpaceState, RID) spaceGetDirectState;
Undocumented in source.
spaceGetParam
GodotMethod!(double, RID, long) spaceGetParam;
Undocumented in source.
spaceIsActive
GodotMethod!(bool, RID) spaceIsActive;
Undocumented in source.
spaceSetActive
GodotMethod!(void, RID, bool) spaceSetActive;
Undocumented in source.
spaceSetParam
GodotMethod!(void, RID, long, double) spaceSetParam;
Undocumented in source.

Meta