- getClosestPoint
GodotMethod!(Vector3, Vector3) getClosestPoint;
Undocumented in source.
- getClosestPointNormal
GodotMethod!(Vector3, Vector3) getClosestPointNormal;
Undocumented in source.
- getClosestPointOwner
GodotMethod!(GodotObject, Vector3) getClosestPointOwner;
Undocumented in source.
- getClosestPointToSegment
GodotMethod!(Vector3, Vector3, Vector3, bool) getClosestPointToSegment;
Undocumented in source.
- getSimplePath
GodotMethod!(PoolVector3Array, Vector3, Vector3, bool) getSimplePath;
Undocumented in source.
- getUpVector
GodotMethod!(Vector3) getUpVector;
Undocumented in source.
- navmeshAdd
GodotMethod!(long, NavigationMesh, Transform, GodotObject) navmeshAdd;
Undocumented in source.
- navmeshRemove
GodotMethod!(void, long) navmeshRemove;
Undocumented in source.
- navmeshSetTransform
GodotMethod!(void, long, Transform) navmeshSetTransform;
Undocumented in source.
- setUpVector
GodotMethod!(void, Vector3) setUpVector;
Undocumented in source.