Struct gdnative::ConvexPolygonShape2D [] [src]

pub struct ConvexPolygonShape2D { /* fields omitted */ }

core class ConvexPolygonShape2D : Shape2D (reference counted)

Base class

ConvexPolygonShape2D inherits Shape2D and all of its methods.

Memory management

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

Methods

impl ConvexPolygonShape2D
[src]

[src]

Up-cast.

[src]

[src]

Creates a new reference to the same object.

[src]

[src]

[src]

[src]

Methods from Deref<Target = Shape2D>

[src]

Up-cast.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl GodotObject for ConvexPolygonShape2D
[src]

[src]

[src]

[src]

impl Deref for ConvexPolygonShape2D
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ConvexPolygonShape2D
[src]

[src]

Mutably dereferences the value.

impl Drop for ConvexPolygonShape2D
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations