Struct gdnative_editor::EditorSpatialGizmo[][src]

pub struct EditorSpatialGizmo { /* fields omitted */ }

tools class EditorSpatialGizmo inherits SpatialGizmo (reference counted).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Memory management

The lifetime of this object is automatically managed through reference counting.

Feature flag

This type is behind the gdnative crate's editor feature flag.

Class hierarchy

EditorSpatialGizmo inherits methods from:

Tool

This class is used to interact with Godot's editor.

Methods

impl EditorSpatialGizmo
[src]

Creates a new reference to the same reference-counted object.

Inherited from Reference.

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.

Up-cast.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Debug for EditorSpatialGizmo
[src]

Formats the value using the given formatter. Read more

impl GodotObject for EditorSpatialGizmo
[src]

impl ToVariant for EditorSpatialGizmo
[src]

impl Drop for EditorSpatialGizmo
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations