Struct gdnative_physics::PhysicsDirectBodyState[][src]

pub struct PhysicsDirectBodyState { /* fields omitted */ }

core class PhysicsDirectBodyState 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

PhysicsDirectBodyState inherits methods from:

Methods

impl PhysicsDirectBodyState
[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 PhysicsDirectBodyState
[src]

impl Clone for PhysicsDirectBodyState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PhysicsDirectBodyState
[src]

Formats the value using the given formatter. Read more

impl GodotObject for PhysicsDirectBodyState
[src]

impl ToVariant for PhysicsDirectBodyState
[src]

Auto Trait Implementations