Struct gdnative_common::ConvexPolygonShape2D[][src]

pub struct ConvexPolygonShape2D { /* fields omitted */ }

core class ConvexPolygonShape2D inherits Shape2D (reference counted).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Memory management

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

Feature flag

This type is behind the gdnative crate's common feature flag.

Class hierarchy

ConvexPolygonShape2D inherits methods from:

Methods

impl ConvexPolygonShape2D
[src]

Creates a new reference to the same reference-counted object.

Inherited from Shape2D.

Inherited from Shape2D.

Inherited from Shape2D.

Inherited from Shape2D.

Inherited from Shape2D.

Inherited from Shape2D.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Reference.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Up-cast.

Up-cast.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Debug for ConvexPolygonShape2D
[src]

Formats the value using the given formatter. Read more

impl GodotObject for ConvexPolygonShape2D
[src]

impl ToVariant for ConvexPolygonShape2D
[src]

impl Drop for ConvexPolygonShape2D
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations