Struct gdnative_visual_script::common::ProjectSettings[][src]

pub struct ProjectSettings { /* fields omitted */ }

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

Class hierarchy

ProjectSettings inherits methods from:

Methods

impl ProjectSettings
[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 GodotObject for ProjectSettings
[src]

impl Clone for ProjectSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToVariant for ProjectSettings
[src]

impl Debug for ProjectSettings
[src]

Formats the value using the given formatter. Read more

impl Copy for ProjectSettings
[src]

Auto Trait Implementations