Struct gdnative_physics::Physics2DDirectBodyState[][src]

pub struct Physics2DDirectBodyState { /* fields omitted */ }

core class Physics2DDirectBodyState inherits Object (unsafe).

Official documentation

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

Feature flag

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

Class hierarchy

Physics2DDirectBodyState inherits methods from:

Methods

impl Physics2DDirectBodyState
[src]

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.

Generic dynamic cast.

Trait Implementations

impl Copy for Physics2DDirectBodyState
[src]

impl Clone for Physics2DDirectBodyState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Physics2DDirectBodyState
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Physics2DDirectBodyState
[src]

impl ToVariant for Physics2DDirectBodyState
[src]

Auto Trait Implementations