Struct gdnative_physics::Physics2DDirectBodyStateSW[][src]

pub struct Physics2DDirectBodyStateSW { /* fields omitted */ }

core class Physics2DDirectBodyStateSW inherits Physics2DDirectBodyState (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

Physics2DDirectBodyStateSW inherits methods from:

Methods

impl Physics2DDirectBodyStateSW
[src]

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

Inherited from Physics2DDirectBodyState.

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 Copy for Physics2DDirectBodyStateSW
[src]

impl Clone for Physics2DDirectBodyStateSW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Physics2DDirectBodyStateSW
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Physics2DDirectBodyStateSW
[src]

impl ToVariant for Physics2DDirectBodyStateSW
[src]

Auto Trait Implementations