Trait gdnative_physics::common::Free[]

pub trait Free {
    unsafe fn godot_free(self);
}

Manually managed Godot classes implementing free.

Required Methods

Implementors