- getCollisionLayer
GodotMethod!(long) getCollisionLayer;
Undocumented in source.
- getExclude
GodotMethod!(Array) getExclude;
Undocumented in source.
- getMargin
GodotMethod!(double) getMargin;
Undocumented in source.
- getMotion
GodotMethod!(Vector2) getMotion;
Undocumented in source.
- getShapeRid
GodotMethod!(RID) getShapeRid;
Undocumented in source.
- getTransform
GodotMethod!(Transform2D) 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.
- setCollisionLayer
GodotMethod!(void, long) setCollisionLayer;
Undocumented in source.
- setExclude
GodotMethod!(void, Array) setExclude;
Undocumented in source.
- setMargin
GodotMethod!(void, double) setMargin;
Undocumented in source.
- setMotion
GodotMethod!(void, Vector2) setMotion;
Undocumented in source.
- setShape
GodotMethod!(void, Resource) setShape;
Undocumented in source.
- setShapeRid
GodotMethod!(void, RID) setShapeRid;
Undocumented in source.
- setTransform
GodotMethod!(void, Transform2D) setTransform;
Undocumented in source.