[][src]Trait gdnative_common::Free

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

Manually managed Godot classes implementing free.

Required methods

unsafe fn godot_free(self)

Loading content...

Implementors

impl Free for BackBufferCopy[src]

impl Free for Camera[src]

impl Free for Camera2D[src]

impl Free for CanvasLayer[src]

impl Free for CanvasModulate[src]

impl Free for CollisionPolygon[src]

impl Free for GridMap[src]

impl Free for ImmediateGeometry[src]

impl Free for InterpolatedCamera[src]

impl Free for Line2D[src]

impl Free for Listener[src]

impl Free for MainLoop[src]

impl Free for MeshInstance[src]

impl Free for MeshInstance2D[src]

impl Free for MultiMeshInstance[src]

impl Free for Navigation[src]

impl Free for Navigation2D[src]

impl Free for NavigationMeshInstance[src]

impl Free for NavigationPolygonInstance[src]

impl Free for Node[src]

impl Free for Node2D[src]

impl Free for Object[src]

impl Free for OrientedPathFollow[src]

impl Free for Path[src]

impl Free for Path2D[src]

impl Free for PathFollow[src]

impl Free for PathFollow2D[src]

impl Free for Polygon2D[src]

impl Free for Position2D[src]

impl Free for Position3D[src]

impl Free for ProximityGroup[src]

impl Free for RayCast[src]

impl Free for RayCast2D[src]

impl Free for RemoteTransform[src]

impl Free for RemoteTransform2D[src]

impl Free for ResourcePreloader[src]

impl Free for SceneTree[src]

impl Free for Spatial[src]

impl Free for Timer[src]

impl Free for Viewport[src]

impl Free for VisibilityEnabler[src]

impl Free for VisibilityEnabler2D[src]

impl Free for VisibilityNotifier[src]

impl Free for VisibilityNotifier2D[src]

impl Free for WorldEnvironment[src]

impl Free for YSort[src]

Loading content...