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

Method onAdd

Engine/source/Verve/VPath/VPathEditor.cpp:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

assignNameMethod · 0.80

Tested by

no test coverage detected