CollisionObject2D.GDNativeClassBinding

Undocumented in source.
struct CollisionObject2D
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_inputEvent
GodotMethod!(void, GodotObject, InputEvent, long) _inputEvent;
Undocumented in source.
createShapeOwner
GodotMethod!(long, GodotObject) createShapeOwner;
Undocumented in source.
getRid
GodotMethod!(RID) getRid;
Undocumented in source.
getShapeOwnerOneWayCollisionMargin
GodotMethod!(double, long) getShapeOwnerOneWayCollisionMargin;
Undocumented in source.
getShapeOwners
GodotMethod!(Array) getShapeOwners;
Undocumented in source.
isPickable
GodotMethod!(bool) isPickable;
Undocumented in source.
isShapeOwnerDisabled
GodotMethod!(bool, long) isShapeOwnerDisabled;
Undocumented in source.
isShapeOwnerOneWayCollisionEnabled
GodotMethod!(bool, long) isShapeOwnerOneWayCollisionEnabled;
Undocumented in source.
removeShapeOwner
GodotMethod!(void, long) removeShapeOwner;
Undocumented in source.
setPickable
GodotMethod!(void, bool) setPickable;
Undocumented in source.
shapeFindOwner
GodotMethod!(long, long) shapeFindOwner;
Undocumented in source.
shapeOwnerAddShape
GodotMethod!(void, long, Shape2D) shapeOwnerAddShape;
Undocumented in source.
shapeOwnerClearShapes
GodotMethod!(void, long) shapeOwnerClearShapes;
Undocumented in source.
shapeOwnerGetOwner
GodotMethod!(GodotObject, long) shapeOwnerGetOwner;
Undocumented in source.
shapeOwnerGetShape
GodotMethod!(Shape2D, long, long) shapeOwnerGetShape;
Undocumented in source.
shapeOwnerGetShapeCount
GodotMethod!(long, long) shapeOwnerGetShapeCount;
Undocumented in source.
shapeOwnerGetShapeIndex
GodotMethod!(long, long, long) shapeOwnerGetShapeIndex;
Undocumented in source.
shapeOwnerGetTransform
GodotMethod!(Transform2D, long) shapeOwnerGetTransform;
Undocumented in source.
shapeOwnerRemoveShape
GodotMethod!(void, long, long) shapeOwnerRemoveShape;
Undocumented in source.
shapeOwnerSetDisabled
GodotMethod!(void, long, bool) shapeOwnerSetDisabled;
Undocumented in source.
shapeOwnerSetOneWayCollision
GodotMethod!(void, long, bool) shapeOwnerSetOneWayCollision;
Undocumented in source.
shapeOwnerSetOneWayCollisionMargin
GodotMethod!(void, long, double) shapeOwnerSetOneWayCollisionMargin;
Undocumented in source.
shapeOwnerSetTransform
GodotMethod!(void, long, Transform2D) shapeOwnerSetTransform;
Undocumented in source.

Meta