- _getData
GodotMethod!(Dictionary) _getData;
Undocumented in source.
- _setData
GodotMethod!(void, Dictionary) _setData;
Undocumented in source.
- findPath
GodotMethod!(PoolVector2Array, Vector2, Vector2) findPath;
Undocumented in source.
- getBounds
GodotMethod!(Rect2) getBounds;
Undocumented in source.
- getClosestPoint
GodotMethod!(Vector2, Vector2) getClosestPoint;
Undocumented in source.
- getIntersections
GodotMethod!(PoolVector2Array, Vector2, Vector2) getIntersections;
Undocumented in source.
- getPointPenalty
GodotMethod!(double, long) getPointPenalty;
Undocumented in source.
- isPointInside
GodotMethod!(bool, Vector2) isPointInside;
Undocumented in source.
- setPointPenalty
GodotMethod!(void, long, double) setPointPenalty;
Undocumented in source.
- setup
GodotMethod!(void, PoolVector2Array, PoolIntArray) setup;
Undocumented in source.