MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onAdd

Method onAdd

Engine/modules/Verve/VPath/VPathEditor.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool VPathEditor::onAdd( void )
64{
65 if ( !Parent::onAdd() )
66 {
67 return false;
68 }
69
70 // Assign Gizmo Name.
71 mGizmo->assignName( "VPathEditorGizmo" );
72
73 return true;
74}
75
76bool VPathEditor::onWake( void )
77{

Callers

nothing calls this directly

Calls 1

assignNameMethod · 0.80

Tested by

no test coverage detected