Struct gdnative_common::GlobalConstants[][src]

pub struct GlobalConstants { /* fields omitted */ }

core singleton class GlobalConstants (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 common feature flag.

Methods

impl GlobalConstants
[src]

Generic dynamic cast.

Trait Implementations

impl Copy for GlobalConstants
[src]

impl Clone for GlobalConstants
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlobalConstants
[src]

Formats the value using the given formatter. Read more

impl GodotObject for GlobalConstants
[src]

impl ToVariant for GlobalConstants
[src]

Auto Trait Implementations