7 #ifndef __godot_GodotNode_h__ 8 #define __godot_GodotNode_h__ 20 class FE_DL_EXPORT
GodotNode:
public godot::MeshInstance
22 GODOT_CLASS(
GodotNode, godot::MeshInstance)
29 static void _register_methods(
void);
31 void _process(
float delta);
34 void createOperator(
void);
35 void updateMesh(
void);
44 godot::Ref<godot::MeshDataTool> m_refMeshDataTool;
45 godot::Ref<godot::ArrayMesh> m_refMesh;
kernel
Definition: namespace.dox:3
Terminal control of an OperatorSurfaceI.
Definition: TerminalNode.h:20
Generic Godot Node.
Definition: GodotNode.h:20