Struct gdnative_physics::PhysicsDirectSpaceState[][src]

pub struct PhysicsDirectSpaceState { /* fields omitted */ }

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

PhysicsDirectSpaceState inherits methods from:

Methods

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

impl Clone for PhysicsDirectSpaceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PhysicsDirectSpaceState
[src]

Formats the value using the given formatter. Read more

impl GodotObject for PhysicsDirectSpaceState
[src]

impl ToVariant for PhysicsDirectSpaceState
[src]

Auto Trait Implementations