Struct gdnative_physics::Physics2DShapeQueryResult[][src]

pub struct Physics2DShapeQueryResult { /* fields omitted */ }

core class Physics2DShapeQueryResult inherits Reference (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 physics feature flag.

Class hierarchy

Physics2DShapeQueryResult inherits methods from:

Methods

impl Physics2DShapeQueryResult
[src]

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.

Generic dynamic cast.

Trait Implementations

impl Debug for Physics2DShapeQueryResult
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Physics2DShapeQueryResult
[src]

impl ToVariant for Physics2DShapeQueryResult
[src]

Auto Trait Implementations