Struct gdnative::PolygonPathFinder[][src]

pub struct PolygonPathFinder { /* fields omitted */ }

core class PolygonPathFinder : Resource (reference counted)

Base class

PolygonPathFinder inherits Resource and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl PolygonPathFinder
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = Resource>

Up-cast.

Creates a new reference to the same object.

Trait Implementations

impl GodotObject for PolygonPathFinder
[src]

impl Deref for PolygonPathFinder
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for PolygonPathFinder
[src]

Mutably dereferences the value.

impl Drop for PolygonPathFinder
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations