Free Electron
|
Generic Godot Node. More...
#include <FENode.h>
Inherits MeshInstance.
Public Member Functions | |
virtual void | _notification (int p_notification) |
virtual void | postinitiialize (void) |
virtual void | process (float delta) |
Private Member Functions | |
GDCLASS (FENode, MeshInstance) | |
void | createOperator (void) |
void | updateMesh (void) |
Private Attributes | |
float | m_time_passed |
float | m_time_emit |
fe::sp< fe::SingleMaster > | m_spSingleMaster |
fe::ext::TerminalNode | m_terminalNode |
fe::sp< fe::ext::SurfaceAccessibleI > | m_spOutputAccessible |
Ref< MeshDataTool > | m_refMeshDataTool |
Ref< ArrayMesh > | m_refMesh |
Generic Godot Node.