Struct gdnative_common::MeshDataTool[][src]

pub struct MeshDataTool { /* fields omitted */ }

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

Class hierarchy

MeshDataTool inherits methods from:

Methods

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

Formats the value using the given formatter. Read more

impl GodotObject for MeshDataTool
[src]

impl ToVariant for MeshDataTool
[src]

impl Drop for MeshDataTool
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for MeshDataTool

impl !Sync for MeshDataTool