Struct gdnative::ConcavePolygonShape2D[][src]

pub struct ConcavePolygonShape2D { /* fields omitted */ }

core class ConcavePolygonShape2D : Shape2D (reference counted)

Base class

ConcavePolygonShape2D inherits Shape2D and all of its methods.

Memory management

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

Methods

impl ConcavePolygonShape2D
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = Shape2D>

Up-cast.

Trait Implementations

impl GodotObject for ConcavePolygonShape2D
[src]

impl Deref for ConcavePolygonShape2D
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for ConcavePolygonShape2D
[src]

Mutably dereferences the value.

impl Drop for ConcavePolygonShape2D
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations