Struct gdnative_animation::AnimationTrackEditPlugin[][src]

pub struct AnimationTrackEditPlugin { /* fields omitted */ }

tools class AnimationTrackEditPlugin inherits Reference (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 animation feature flag.

Class hierarchy

AnimationTrackEditPlugin inherits methods from:

Tool

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

Methods

impl AnimationTrackEditPlugin
[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.

Generic dynamic cast.

Trait Implementations

impl Debug for AnimationTrackEditPlugin
[src]

Formats the value using the given formatter. Read more

impl GodotObject for AnimationTrackEditPlugin
[src]

impl ToVariant for AnimationTrackEditPlugin
[src]

impl Drop for AnimationTrackEditPlugin
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations