Struct gdnative_physics::Physics2DDirectSpaceState[][src]

pub struct Physics2DDirectSpaceState { /* fields omitted */ }

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

Physics2DDirectSpaceState inherits methods from:

Methods

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

impl Clone for Physics2DDirectSpaceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Physics2DDirectSpaceState
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Physics2DDirectSpaceState
[src]

impl ToVariant for Physics2DDirectSpaceState
[src]

Auto Trait Implementations