PhysicsShapeQueryParameters._classBinding

Undocumented in source.

Members

Static variables

getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
getExclude
GodotMethod!(Array) getExclude;
Undocumented in source.
getMargin
GodotMethod!(double) getMargin;
Undocumented in source.
getShapeRid
GodotMethod!(RID) getShapeRid;
Undocumented in source.
getTransform
GodotMethod!(Transform) getTransform;
Undocumented in source.
isCollideWithAreasEnabled
GodotMethod!(bool) isCollideWithAreasEnabled;
Undocumented in source.
isCollideWithBodiesEnabled
GodotMethod!(bool) isCollideWithBodiesEnabled;
Undocumented in source.
setCollideWithAreas
GodotMethod!(void, bool) setCollideWithAreas;
Undocumented in source.
setCollideWithBodies
GodotMethod!(void, bool) setCollideWithBodies;
Undocumented in source.
setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
setExclude
GodotMethod!(void, Array) setExclude;
Undocumented in source.
setMargin
GodotMethod!(void, double) setMargin;
Undocumented in source.
setShape
GodotMethod!(void, Resource) setShape;
Undocumented in source.
setShapeRid
GodotMethod!(void, RID) setShapeRid;
Undocumented in source.
setTransform
GodotMethod!(void, Transform) setTransform;
Undocumented in source.

Meta