Struct gdnative::CapsuleMesh[][src]

pub struct CapsuleMesh { /* fields omitted */ }

core class CapsuleMesh : PrimitiveMesh (reference counted)

Base class

CapsuleMesh inherits PrimitiveMesh and all of its methods.

Memory management

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

Methods

impl CapsuleMesh
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = PrimitiveMesh>

Up-cast.

Trait Implementations

impl GodotObject for CapsuleMesh
[src]

impl Deref for CapsuleMesh
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CapsuleMesh
[src]

Mutably dereferences the value.

impl Drop for CapsuleMesh
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for CapsuleMesh

impl !Sync for CapsuleMesh