- _singleton
godot_object _singleton;
Undocumented in source.
- _singletonName
char* _singletonName;
Undocumented in source.
- areaAddShape
GodotMethod!(void, RID, RID, Transform2D) 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!(Transform2D, RID, long) areaGetShapeTransform;
Undocumented in source.
- areaGetSpace
GodotMethod!(RID, RID) areaGetSpace;
Undocumented in source.
- areaGetSpaceOverrideMode
GodotMethod!(Physics2DServer.AreaSpaceOverrideMode, RID) areaGetSpaceOverrideMode;
Undocumented in source.
- areaGetTransform
GodotMethod!(Transform2D, RID) areaGetTransform;
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.
- areaSetShape
GodotMethod!(void, RID, long, RID) areaSetShape;
Undocumented in source.
- areaSetShapeDisabled
GodotMethod!(void, RID, long, bool) areaSetShapeDisabled;
Undocumented in source.
- areaSetShapeTransform
GodotMethod!(void, RID, long, Transform2D) 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, Transform2D) areaSetTransform;
Undocumented in source.
- bodyAddCentralForce
GodotMethod!(void, RID, Vector2) bodyAddCentralForce;
Undocumented in source.
- bodyAddCollisionException
GodotMethod!(void, RID, RID) bodyAddCollisionException;
Undocumented in source.
- bodyAddForce
GodotMethod!(void, RID, Vector2, Vector2) bodyAddForce;
Undocumented in source.
- bodyAddShape
GodotMethod!(void, RID, RID, Transform2D) bodyAddShape;
Undocumented in source.
- bodyAddTorque
GodotMethod!(void, RID, double) bodyAddTorque;
Undocumented in source.
- bodyApplyCentralImpulse
GodotMethod!(void, RID, Vector2) bodyApplyCentralImpulse;
Undocumented in source.
- bodyApplyImpulse
GodotMethod!(void, RID, Vector2, Vector2) bodyApplyImpulse;
Undocumented in source.
- bodyApplyTorqueImpulse
GodotMethod!(void, RID, double) bodyApplyTorqueImpulse;
Undocumented in source.
- bodyAttachObjectInstanceId
GodotMethod!(void, RID, long) bodyAttachObjectInstanceId;
Undocumented in source.
- bodyClearShapes
GodotMethod!(void, RID) bodyClearShapes;
Undocumented in source.
- bodyCreate
GodotMethod!(RID) bodyCreate;
Undocumented in source.
- bodyGetCollisionLayer
GodotMethod!(long, RID) bodyGetCollisionLayer;
Undocumented in source.
- bodyGetCollisionMask
GodotMethod!(long, RID) bodyGetCollisionMask;
Undocumented in source.
- bodyGetContinuousCollisionDetectionMode
GodotMethod!(Physics2DServer.CCDMode, RID) bodyGetContinuousCollisionDetectionMode;
Undocumented in source.
- bodyGetDirectState
GodotMethod!(Physics2DDirectBodyState, RID) bodyGetDirectState;
Undocumented in source.
- bodyGetMaxContactsReported
GodotMethod!(long, RID) bodyGetMaxContactsReported;
Undocumented in source.
- bodyGetMode
GodotMethod!(Physics2DServer.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.
- bodyGetShapeMetadata
GodotMethod!(Variant, RID, long) bodyGetShapeMetadata;
Undocumented in source.
- bodyGetShapeTransform
GodotMethod!(Transform2D, RID, long) bodyGetShapeTransform;
Undocumented in source.
- bodyGetSpace
GodotMethod!(RID, RID) bodyGetSpace;
Undocumented in source.
- bodyGetState
GodotMethod!(Variant, RID, long) bodyGetState;
Undocumented in source.
- bodyIsOmittingForceIntegration
GodotMethod!(bool, RID) bodyIsOmittingForceIntegration;
Undocumented in source.
- bodyRemoveCollisionException
GodotMethod!(void, RID, RID) bodyRemoveCollisionException;
Undocumented in source.
- bodyRemoveShape
GodotMethod!(void, RID, long) bodyRemoveShape;
Undocumented in source.
- bodySetAxisVelocity
GodotMethod!(void, RID, Vector2) bodySetAxisVelocity;
Undocumented in source.
- bodySetCollisionLayer
GodotMethod!(void, RID, long) bodySetCollisionLayer;
Undocumented in source.
- bodySetCollisionMask
GodotMethod!(void, RID, long) bodySetCollisionMask;
Undocumented in source.
- bodySetContinuousCollisionDetectionMode
GodotMethod!(void, RID, long) bodySetContinuousCollisionDetectionMode;
Undocumented in source.
- bodySetForceIntegrationCallback
GodotMethod!(void, RID, GodotObject, String, Variant) bodySetForceIntegrationCallback;
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.
- bodySetShape
GodotMethod!(void, RID, long, RID) bodySetShape;
Undocumented in source.
- bodySetShapeAsOneWayCollision
GodotMethod!(void, RID, long, bool) bodySetShapeAsOneWayCollision;
Undocumented in source.
- bodySetShapeDisabled
GodotMethod!(void, RID, long, bool) bodySetShapeDisabled;
Undocumented in source.
- bodySetShapeMetadata
GodotMethod!(void, RID, long, Variant) bodySetShapeMetadata;
Undocumented in source.
- bodySetShapeTransform
GodotMethod!(void, RID, long, Transform2D) bodySetShapeTransform;
Undocumented in source.
- bodySetSpace
GodotMethod!(void, RID, RID) bodySetSpace;
Undocumented in source.
- bodySetState
GodotMethod!(void, RID, long, Variant) bodySetState;
Undocumented in source.
- bodyTestMotion
GodotMethod!(bool, RID, Transform2D, Vector2, bool, double, Physics2DTestMotionResult) bodyTestMotion;
Undocumented in source.
- capsuleShapeCreate
GodotMethod!(RID) capsuleShapeCreate;
Undocumented in source.
- circleShapeCreate
GodotMethod!(RID) circleShapeCreate;
Undocumented in source.
- concavePolygonShapeCreate
GodotMethod!(RID) concavePolygonShapeCreate;
Undocumented in source.
- convexPolygonShapeCreate
GodotMethod!(RID) convexPolygonShapeCreate;
Undocumented in source.
- dampedSpringJointCreate
GodotMethod!(RID, Vector2, Vector2, RID, RID) dampedSpringJointCreate;
Undocumented in source.
- dampedStringJointGetParam
GodotMethod!(double, RID, long) dampedStringJointGetParam;
Undocumented in source.
- dampedStringJointSetParam
GodotMethod!(void, RID, long, double) dampedStringJointSetParam;
Undocumented in source.
- freeRid
GodotMethod!(void, RID) freeRid;
Undocumented in source.
- getProcessInfo
GodotMethod!(long, long) getProcessInfo;
Undocumented in source.
- grooveJointCreate
GodotMethod!(RID, Vector2, Vector2, Vector2, RID, RID) grooveJointCreate;
Undocumented in source.
- jointGetParam
GodotMethod!(double, RID, long) jointGetParam;
Undocumented in source.
- jointGetType
GodotMethod!(Physics2DServer.JointType, RID) jointGetType;
Undocumented in source.
- jointSetParam
GodotMethod!(void, RID, long, double) jointSetParam;
Undocumented in source.
- lineShapeCreate
GodotMethod!(RID) lineShapeCreate;
Undocumented in source.
- pinJointCreate
GodotMethod!(RID, Vector2, RID, RID) pinJointCreate;
Undocumented in source.
- rayShapeCreate
GodotMethod!(RID) rayShapeCreate;
Undocumented in source.
- rectangleShapeCreate
GodotMethod!(RID) rectangleShapeCreate;
Undocumented in source.
- segmentShapeCreate
GodotMethod!(RID) segmentShapeCreate;
Undocumented in source.
- setActive
GodotMethod!(void, bool) setActive;
Undocumented in source.
- shapeGetData
GodotMethod!(Variant, RID) shapeGetData;
Undocumented in source.
- shapeGetType
GodotMethod!(Physics2DServer.ShapeType, RID) shapeGetType;
Undocumented in source.
- shapeSetData
GodotMethod!(void, RID, Variant) shapeSetData;
Undocumented in source.
- spaceCreate
GodotMethod!(RID) spaceCreate;
Undocumented in source.
- spaceGetDirectState
GodotMethod!(Physics2DDirectSpaceState, 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.