| 64 | } |
| 65 | |
| 66 | bool 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 | |
| 79 | bool VPathEditor::onWake( void ) |
| 80 | { |
nothing calls this directly
no test coverage detected