Struct gdnative_physics::Physics2DServer[][src]

pub struct Physics2DServer { /* fields omitted */ }

core singleton class Physics2DServer 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

Physics2DServer inherits methods from:

Methods

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

impl Clone for Physics2DServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Physics2DServer
[src]

Formats the value using the given formatter. Read more

impl GodotObject for Physics2DServer
[src]

impl ToVariant for Physics2DServer
[src]

Auto Trait Implementations